feat: unify API requests by introducing ApiService; update AuthService and AccountPage to use the new service for API calls; standardize ThemeProvider storageKey

This commit is contained in:
JSC
2025-06-30 13:18:01 +02:00
parent e484251787
commit 5ad74d0b21
6 changed files with 184 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ import { ThemeProvider } from './components/ThemeProvider'
function App() {
return (
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<ThemeProvider defaultTheme="dark" storageKey="theme">
<AuthProvider>
<Router>
<Routes>