Bug: Redirect user to set new password screen (#772)
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
|||||||
Auth.verifyPasswordToken({
|
Auth.verifyPasswordToken({
|
||||||
confirmationToken: this.confirmationToken
|
confirmationToken: this.confirmationToken
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
window.location = '/';
|
window.location = res.data.redirect_url;
|
||||||
}).catch(res => {
|
}).catch(res => {
|
||||||
window.location = '/';
|
window.location = '/';
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user