fixed redirection after change password, issue 1112, thanks Friedrich
This commit is contained in:
+1
-1
@@ -2717,7 +2717,7 @@ class Auth(object):
|
||||
next = self.url(args=request.args)
|
||||
else:
|
||||
next = replace_id(next, form)
|
||||
redirect(next)
|
||||
redirect(next)
|
||||
return form
|
||||
|
||||
def profile(
|
||||
|
||||
Reference in New Issue
Block a user