mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-15 15:12:35 +02:00
save
This commit is contained in:
parent
bdc52dcc48
commit
0e751c6609
3 changed files with 0 additions and 19 deletions
|
@ -69,8 +69,6 @@ export default function LoginForm({ redirect }: LoginFormProps) {
|
|||
if (res && res.status === 200) {
|
||||
setError(null);
|
||||
|
||||
console.log(res)
|
||||
|
||||
if (res.data?.data?.emailVerificationRequired) {
|
||||
router.push("/auth/verify-email");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue