Code style

This commit is contained in:
Maxim Filippov 2019-02-12 21:56:43 +03:00
parent 2c7406d9a8
commit c10a15386a
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ const UserSettings = {
this.$router.replace('/')
},
revokeToken (id) {
if(confirm('Are you sure?')) {
if (window.confirm('Are you sure?')) {
this.$store.dispatch('revokeToken', id)
}
}