diff --git a/client/web/src/routes/Entry/LoginView.tsx b/client/web/src/routes/Entry/LoginView.tsx index 2e4d6e11..c22375de 100644 --- a/client/web/src/routes/Entry/LoginView.tsx +++ b/client/web/src/routes/Entry/LoginView.tsx @@ -101,7 +101,7 @@ export const LoginView: React.FC = React.memo(() => { /> - {error && ( + {loading === false && error && (

{error.message}