diff --git a/web/apps/auth/src/pages/auth.tsx b/web/apps/auth/src/pages/auth.tsx index 38b254c546..4006cc9e19 100644 --- a/web/apps/auth/src/pages/auth.tsx +++ b/web/apps/auth/src/pages/auth.tsx @@ -42,7 +42,7 @@ const AuthenticatorCodesPage = () => { } setHasFetched(true); }; - fetchCodes(); + void fetchCodes(); appContext.showNavBar(false); }, []); @@ -126,7 +126,7 @@ const AuthenticatorCodesPage = () => { )}
- +