Skip to content

Commit 732f927

Browse files
committed
Updates
1 parent f11cb7e commit 732f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public Task<FormResult> LoginTwoFactorCodeAsync(
111111

112112
public Task<TwoFactorResult> TwoFactorRequest(
113113
bool enable = false,
114-
string twoFactorCode = string.Empty,
114+
string twoFactorCode = "",
115115
bool resetSharedKey = false,
116116
bool resetRecoveryCodes = false,
117117
bool forgetMachine = false);

0 commit comments

Comments
 (0)