fix: proper state indicatior in teams collections
This commit is contained in:
@@ -332,7 +332,7 @@ export default {
|
||||
})
|
||||
.catch((e) => {
|
||||
console.error(e)
|
||||
this.$toast.error(error.message, {
|
||||
this.$toast.error(e.message, {
|
||||
icon: "error",
|
||||
})
|
||||
this.signingInWithEmail = false
|
||||
|
||||
Reference in New Issue
Block a user