fixed redirection after change password, issue 1112, thanks Friedrich

This commit is contained in:
mdipierro
2012-10-29 09:31:51 -05:00
parent 54b98b4e05
commit 5ee2ab9b6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-10-29 09:28:14) stable
Version 2.2.1 (2012-10-29 09:31:46) stable
+1 -1
View File
@@ -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(