Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into fix/adjustment-uniformity-ui

This commit is contained in:
rstubryan
2026-01-30 10:17:13 +07:00
+4 -2
View File
@@ -72,8 +72,10 @@ const RequireAuth = ({ children }: RequireAuthProps) => {
await AuthApi.refresh();
};
refreshUserSession();
}, []);
if (user) {
refreshUserSession();
}
}, [user]);
if (
(isLoadingUserResponse && !userResponse && !userErrorResponse) ||