diff --git a/pages/settings/account.vue b/pages/settings/account.vue index 0744c581..75c8c39e 100644 --- a/pages/settings/account.vue +++ b/pages/settings/account.vue @@ -215,6 +215,13 @@ export default { type: 'error', }) } + + this.$cookies.set('auth-token-reset', true) + alert( + 'Please note that logging back in with GitHub will create a new account.' + ) + window.location.href = '/' + this.$nuxt.$loading.finish() }, logout() {