formatting

This commit is contained in:
Proddy
2023-07-08 14:08:25 +02:00
parent 3aa806ca65
commit 1b27ccf70e

View File

@@ -55,7 +55,7 @@ const SignIn: FC = () => {
const signIn = async () => {
await callSignIn(signInRequest).catch((event) => {
if (event.message === 'Unauthorized') {
toast.warn(LL.INVALID_LOGIN());
toast.warning(LL.INVALID_LOGIN());
} else {
toast.error(LL.ERROR() + ' ' + event.message);
}