forked from AkkomaGang/akkoma-fe
Code style
This commit is contained in:
parent
2c7406d9a8
commit
c10a15386a
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ const UserSettings = {
|
||||||
this.$router.replace('/')
|
this.$router.replace('/')
|
||||||
},
|
},
|
||||||
revokeToken (id) {
|
revokeToken (id) {
|
||||||
if(confirm('Are you sure?')) {
|
if (window.confirm('Are you sure?')) {
|
||||||
this.$store.dispatch('revokeToken', id)
|
this.$store.dispatch('revokeToken', id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue