mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-10 01:28:32 +00:00
♻️ set last IDP to null if login with email + password
This commit is contained in:
parent
3d13e9105c
commit
2fe85ebda2
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export default function LoginForm({
|
|||
const { email, password } = form.getValues();
|
||||
const { code } = mfaForm.getValues();
|
||||
|
||||
setLastUsedIdpId(null);
|
||||
setLoading(true);
|
||||
setError(null);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue