You've already forked AstralRinth
forked from didirus/AstralRinth
Improve user deletion workflow (#686)
This commit is contained in:
@@ -215,6 +215,13 @@ export default {
|
|||||||
type: 'error',
|
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()
|
this.$nuxt.$loading.finish()
|
||||||
},
|
},
|
||||||
logout() {
|
logout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user