Skip to content

Commit 62aa4ed

Browse files
committed
Reset isNewUser when SignInPanel state resets #17
1 parent 4bc0aea commit 62aa4ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Identity/SignIn

src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/Identity/SignIn/SignInPanel.razor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ private async Task HideTfaAndOtpPanels(LocationChangingContext args)
9191

9292
webAuthnAssertion = null;
9393

94+
isNewUser = false;
95+
9496
isOtpSent = false;
9597
model.Otp = null;
9698

0 commit comments

Comments
 (0)