Unverified Commit 459b41f3 authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #2559 from jumpserver/dev

[Update] 修复重定向的问题
parents c1362ca4 3062e3f6
......@@ -29,7 +29,8 @@ __all__ = [
class UserLoginView(RedirectView):
urls = reverse_lazy('authentication:login')
url = reverse_lazy('authentication:login')
query_string = True
class UserForgotPasswordView(TemplateView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment