Update ZeroIdentityExtensions.cs

This commit is contained in:
2022-12-12 23:58:49 +01:00
parent 05585ed886
commit 8f3a20e5ba
+1 -1
View File
@@ -49,7 +49,7 @@ public static class ZeroIdentityExtensions
})
.AddCookie(IdentityConstants.ApplicationScheme, o =>
{
o.LoginPath = new PathString("/Account/Login");
o.LoginPath = new PathString("/account/login");
o.SlidingExpiration = true;
o.ExpireTimeSpan = TimeSpan.FromDays(90);