mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-05 19:16:37 +00:00
[Update] 修复重定向的问题
This commit is contained in:
parent
9d24912ad9
commit
3062e3f64a
@ -29,7 +29,8 @@ __all__ = [
|
||||
|
||||
|
||||
class UserLoginView(RedirectView):
|
||||
urls = reverse_lazy('authentication:login')
|
||||
url = reverse_lazy('authentication:login')
|
||||
query_string = True
|
||||
|
||||
|
||||
class UserForgotPasswordView(TemplateView):
|
||||
|
Loading…
Reference in New Issue
Block a user