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() {
|
export default function ForgotPasswordPage() {
|
||||||
// TODO
|
// TODO
|
||||||
const [error, setError] = useState<PasswordChangeError | undefined>(undefined)
|
const [error] = useState<PasswordChangeError | undefined>(undefined)
|
||||||
const [state, setState] = useState<PasswordChangeState>({
|
const [state] = useState<PasswordChangeState>({
|
||||||
type: 'start',
|
type: 'start',
|
||||||
redirect: '/' // TODO
|
redirect: '/' // TODO
|
||||||
})
|
})
|
||||||
const [form, setForm] = useState<FormData | undefined>(undefined)
|
const [form] = useState<FormData | undefined>(undefined)
|
||||||
|
|
||||||
const passwordError = [
|
const passwordError = [
|
||||||
'invalid_password',
|
'invalid_password',
|
||||||
|
|
Ładowanie…
Reference in New Issue