Skip to content

Commit 22cbd85

Browse files
committed
Updates
1 parent 7310d53 commit 22cbd85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ Replace the `Login` component. The following version of the `Login` component:
498498
formResult = await Acct.LoginTwoFactorRecoveryCodeAsync(
499499
Input.Email, Input.Password, Input.TwoFactorCode);
500500
501+
var twoFactorResult = await Acct.TwoFactorRequest();
501502
recoveryCodesRemainingMessage =
502503
$"You have {twoFactorResult.RecoveryCodesLeft} recovery " +
503504
"codes remaining.";

0 commit comments

Comments
 (0)