mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 20:31:15 -05:00
feat: Implement OAuth profile enhancement
This commit is contained in:
@@ -44,6 +44,7 @@ import BlogIndex from "./pages/BlogIndex";
|
||||
import BlogPost from "./pages/BlogPost";
|
||||
import AdminBlog from "./pages/AdminBlog";
|
||||
import ForceLogout from "./pages/ForceLogout";
|
||||
import AuthCallback from "./pages/AuthCallback";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
@@ -84,6 +85,7 @@ function AppContent() {
|
||||
<Route path="/operators/:slug" element={<OperatorDetail />} />
|
||||
<Route path="/operators/:operatorSlug/parks" element={<OperatorParks />} />
|
||||
<Route path="/auth" element={<Auth />} />
|
||||
<Route path="/auth/callback" element={<AuthCallback />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/profile/:username" element={<Profile />} />
|
||||
<Route path="/settings" element={<UserSettings />} />
|
||||
|
||||
Reference in New Issue
Block a user