Lint
This commit is contained in:
@@ -24,7 +24,7 @@ export default {
|
||||
firebase
|
||||
.auth()
|
||||
.signOut()
|
||||
.catch(err => {
|
||||
.catch((err) => {
|
||||
self.$toast.show(err.message || err, {
|
||||
icon: "error",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user