From 66e82ecf764c5e99a9dd4ae4f379bbdad60d2ab3 Mon Sep 17 00:00:00 2001 From: Jonas Tranberg Date: Sat, 16 Mar 2024 12:41:19 +0100 Subject: [PATCH] add missing condition in error msg --- apps/dashboard/src/pages/Authentication/Login/form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/pages/Authentication/Login/form.tsx b/apps/dashboard/src/pages/Authentication/Login/form.tsx index 3de20a9..22ae8da 100644 --- a/apps/dashboard/src/pages/Authentication/Login/form.tsx +++ b/apps/dashboard/src/pages/Authentication/Login/form.tsx @@ -118,7 +118,7 @@ const LoginForm: FunctionComponent = () => { {/* Catch all error */} - + Unknown login error