kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
9cee2523d9
commit
2bca04d5a6
|
@ -10,12 +10,12 @@ import { authCopy } from '@/lib/auth-copy'
|
|||
|
||||
export default function ForgotPasswordPage() {
|
||||
// TODO
|
||||
const [error, setError] = useState<PasswordChangeError | undefined>(undefined)
|
||||
const [state, setState] = useState<PasswordChangeState>({
|
||||
const [error] = useState<PasswordChangeError | undefined>(undefined)
|
||||
const [state] = useState<PasswordChangeState>({
|
||||
type: 'start',
|
||||
redirect: '/' // TODO
|
||||
})
|
||||
const [form, setForm] = useState<FormData | undefined>(undefined)
|
||||
const [form] = useState<FormData | undefined>(undefined)
|
||||
|
||||
const passwordError = [
|
||||
'invalid_password',
|
||||
|
|
Ładowanie…
Reference in New Issue