1
0

Improve user deletion workflow (#686)

This commit is contained in:
triphora
2022-11-20 00:02:58 -05:00
committed by GitHub
parent 47111819e7
commit ab2c31aa8a

View File

@@ -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() {