From ace6621d4aac9d7f3725113bf1ee0d8918faf754 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 16 May 2024 10:02:56 +0200 Subject: [PATCH] Corrected a Typo (#148) --- frontend/src/components/ErrorBoundary.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ErrorBoundary.tsx b/frontend/src/components/ErrorBoundary.tsx index 30ace43..2bcee42 100644 --- a/frontend/src/components/ErrorBoundary.tsx +++ b/frontend/src/components/ErrorBoundary.tsx @@ -39,7 +39,7 @@ const ErrorBoundary: React.FC = () => { - Or login if authentication is enabled + Or login if authentification is enabled