Modals and API calls working for admin tab

This commit is contained in:
2025-03-01 23:32:41 -05:00
parent d68e8864a0
commit 843970e229
34 changed files with 1150 additions and 131 deletions

View File

@@ -82,6 +82,8 @@ export function AuthProvider({
setExpiration
}), [ jwt, setJwt, expiration, setExpiration ]);
//TODO: Return a spinner while the first token is being fetched
return (
<AuthContext.Provider value={currentTokens}>