From 8f3a20e5ba35fc66d7790def63c1dae45fd8e285 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Mon, 12 Dec 2022 23:58:49 +0100 Subject: [PATCH] Update ZeroIdentityExtensions.cs --- zero/Identity/ZeroIdentityExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero/Identity/ZeroIdentityExtensions.cs b/zero/Identity/ZeroIdentityExtensions.cs index e207ac77..84282852 100644 --- a/zero/Identity/ZeroIdentityExtensions.cs +++ b/zero/Identity/ZeroIdentityExtensions.cs @@ -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);