Skip to content

Commit

Permalink
Bug: Redirect user to set new password screen (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs committed Apr 27, 2020
1 parent 6770126 commit fde4f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/dashboard/routes/auth/Confirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
Auth.verifyPasswordToken({
confirmationToken: this.confirmationToken
}).then(res => {
window.location = '/';
window.location = res.data.redirect_url;
}).catch(res => {
window.location = '/';
});
Expand Down

0 comments on commit fde4f92

Please sign in to comment.