Commit 8ea01a1c1a51100b5f92f91f8930bc10a16d1030
1 parent
9a16a9d2
Exists in
master
and in
5 other branches
Do not login when change password
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -1412,7 +1412,6 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
1412 | 1412 | var $message = $newPasswordForm.siblings('#login-form').find('.message-success'); |
1413 | 1413 | $message.html('Senha alterada com sucesso.'); |
1414 | 1414 | $message.show(); |
1415 | - Main.loginCallback(data.activated, data.private_token, data); | |
1416 | 1415 | window.location.hash = '/'; |
1417 | 1416 | }).fail(function() { |
1418 | 1417 | var $message = $newPasswordForm.find('.message'); | ... | ... |