completionId: cgen-0001cc84e22a4d478fdf3b30b2f7b8bf
cgen-0001cc84e22a4d478fdf3b30b2f7b8bf
This commit is contained in:
parent
2905fbd9d8
commit
6098b99032
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ export default function Login() {
|
|||
const [showReset, setShowReset] = useState(false);
|
||||
const [resetEmail, setResetEmail] = useState("");
|
||||
const [errorFromUrl, setErrorFromUrl] = useState<string | null>(null);
|
||||
const [discordLinkedEmail, setDiscordLinkedEmail] = useState<string | null>(
|
||||
null
|
||||
);
|
||||
const navigate = useNavigate();
|
||||
const location = useLocation();
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in a new issue