parent
0954240ccb
commit
3a473cad2a
5 changed files with 52 additions and 5 deletions
|
@ -393,7 +393,6 @@ def confirm_email():
|
|||
user_analytics.change_email(old_email, new_email)
|
||||
|
||||
common_login(user)
|
||||
|
||||
return redirect(url_for('web.user', tab='email') if new_email else url_for('web.index'))
|
||||
|
||||
|
||||
|
|
Reference in a new issue