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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user