From 225191799744d7d7545580c43b5aab06c93e9060 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 19 Jan 2025 15:19:31 -0600 Subject: [PATCH] Refactoring --- app/src/hooks/auth/authProvider.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/hooks/auth/authProvider.tsx b/app/src/hooks/auth/authProvider.tsx index 8e1676c..bd66d72 100644 --- a/app/src/hooks/auth/authProvider.tsx +++ b/app/src/hooks/auth/authProvider.tsx @@ -26,6 +26,8 @@ export const AuthProvider = ({ children }: AuthProviderProps ) => { } }); + msalInstance.handleRedirectPromise(); + return {children}