feat: cài đặt tính năng gửi mã OTP qua mail xác thực

This commit is contained in:
2026-06-18 23:00:12 +07:00
parent 88b47099b1
commit 623f0164c8
3 changed files with 190 additions and 145 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
import { LandingPage } from './pages/LandingPage';
import { ExploreMap } from './pages/ExploreMap';
import { TourDetailPage } from './pages/TourDetailPage';
import { SignupPage } from './pages/SignupPage';
import SignupPage from './pages/SignupPage';
import { MyPhotosPage } from './pages/MyPhotosPage';
import { MyNotePage } from './pages/MyNotePage';
import { useTourStore } from './store/useTourStore';