Browse Source

Merge pull request #2559 from jumpserver/dev

[Update] 修复重定向的问题
pull/2608/head
老广 6 years ago committed by GitHub
parent
commit
459b41f327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/users/views/login.py

3
apps/users/views/login.py

@ -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…
Cancel
Save