You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp.Client/Pages/Auth.razor
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Pages/Account/LoginWith2fa.razor
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
</div>
43
43
<p>
44
44
Don't have access to your authenticator device? You can
45
-
<aid="recovery-code-login"href="/Account/LoginWithRecoveryCode?ReturnUrl=@HtmlEncoder.Default.Encode(ReturnUrl)">log in with a recovery code</a>.
45
+
<aid="recovery-code-login"href="/Account/LoginWithRecoveryCode?ReturnUrl=@HtmlEncoder.Default.Encode(ReturnUrl ?? "/")">log in with a recovery code</a>.
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Identity/Extensions/IdentityComponentsEndpointRouteBuilderExtensions.cs
+4-3
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ public static IEndpointConventionBuilder MapAdditionalIdentityEndpoints(this IEn
0 commit comments