diff options
Diffstat (limited to 'Models/LoginModel.cs')
-rw-r--r-- | Models/LoginModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Models/LoginModel.cs b/Models/LoginModel.cs index 93485c8..6592135 100644 --- a/Models/LoginModel.cs +++ b/Models/LoginModel.cs @@ -9,5 +9,5 @@ public class LoginModel [Required] public string? Password { get; set; } - public string ReturnUrl { get; set; } = "/Bundle"; + public string ReturnUrl { get; set; } = "/Products"; }
\ No newline at end of file |