mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 01:31:13 -05:00
Implement dynamic page titles
This commit is contained in:
@@ -19,8 +19,10 @@ import { StorageWarning } from '@/components/auth/StorageWarning';
|
||||
import { MFAChallenge } from '@/components/auth/MFAChallenge';
|
||||
import { verifyMfaUpgrade } from '@/lib/authService';
|
||||
import { setAuthMethod } from '@/lib/sessionFlags';
|
||||
import { useDocumentTitle } from '@/hooks/useDocumentTitle';
|
||||
|
||||
export default function Auth() {
|
||||
useDocumentTitle('Sign In');
|
||||
const [searchParams] = useSearchParams();
|
||||
const navigate = useNavigate();
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user