comment : show message on invalid credential
parent
8bedf4fe55
commit
3f72b1737e
|
|
@ -58,6 +58,7 @@ const login = async () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
// ❗ show invalid credentials error
|
||||||
isSnackbarVisibility.value = true
|
isSnackbarVisibility.value = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue