fix #3065 - redirect user if they are logged in and navigating to Login page
This commit is contained in:
@ -231,7 +231,7 @@ namespace Oqtane.Infrastructure
|
||||
new Permission(PermissionNames.View, RoleNames.Admin, true),
|
||||
new Permission(PermissionNames.Edit, RoleNames.Admin, true)
|
||||
},
|
||||
Content = "<p>The page you requested does not exist.</p>"
|
||||
Content = "<p>The page you requested does not exist or you do not have sufficient rights to view it.</p>"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user