mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-05 12:32:28 +00:00
[Update] 修复重定向的问题
This commit is contained in:
@@ -29,7 +29,8 @@ __all__ = [
|
||||
|
||||
|
||||
class UserLoginView(RedirectView):
|
||||
urls = reverse_lazy('authentication:login')
|
||||
url = reverse_lazy('authentication:login')
|
||||
query_string = True
|
||||
|
||||
|
||||
class UserForgotPasswordView(TemplateView):
|
||||
|
||||
Reference in New Issue
Block a user