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