Add titles to account stuff
This commit is contained in:
@@ -4,13 +4,17 @@ import { Turnstile } from '@marsidev/react-turnstile'
|
||||
import { DiscordButton } from '../../components/DiscordButton'
|
||||
import { HomeButton } from '../../components/HomeButton'
|
||||
import axios from 'axios'
|
||||
import { Suspense, useState } from 'react'
|
||||
import { Suspense, useEffect, useState } from 'react'
|
||||
import { useSearchParams } from 'next/navigation'
|
||||
|
||||
function ResetPasswordForm ({ codeParam }: { codeParam: string }) {
|
||||
const [token, setToken] = useState<string | null>(null)
|
||||
const [result, setResult] = useState<number>(-1)
|
||||
|
||||
useEffect(() => {
|
||||
document.title = 'Lncvrt Games - Reset Account Password'
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className='box'>
|
||||
<HomeButton />
|
||||
|
||||
Reference in New Issue
Block a user