Code style

This commit is contained in:
Maxim Filippov 2019-02-12 21:56:43 +03:00
parent 2c7406d9a8
commit c10a15386a

View file

@ -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)
} }
} }