Fix changing changing email and validating new email with bad token
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -47,6 +47,7 @@ export default class Validate extends Vue {
|
||||
this.loading = false;
|
||||
await this.$router.push({ name: RouteName.HOME });
|
||||
} catch (err) {
|
||||
this.loading = false;
|
||||
console.error(err);
|
||||
this.failed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user