We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11cb7e commit 732f927Copy full SHA for 732f927
aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md
@@ -111,7 +111,7 @@ public Task<FormResult> LoginTwoFactorCodeAsync(
111
112
public Task<TwoFactorResult> TwoFactorRequest(
113
bool enable = false,
114
- string twoFactorCode = string.Empty,
+ string twoFactorCode = "",
115
bool resetSharedKey = false,
116
bool resetRecoveryCodes = false,
117
bool forgetMachine = false);
0 commit comments