feat: add admin console and account settings
Implement the admin dashboard with review, user, and image management workflows. Add profile settings, password reset, pending upload defaults, community placeholder routing, Vercel SPA rewrites, refreshed header styling, and the OpenCloud color-system skill.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ app.use(pinia)
|
||||
|
||||
const authStore = useAuthStore()
|
||||
|
||||
if (window.location.pathname === '/auth/confirm') {
|
||||
if (['/auth/confirm', '/auth/reset-password'].includes(window.location.pathname)) {
|
||||
app.use(router)
|
||||
app.mount('#app')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user