feat(ui): implement OAuth login flow and dashboard components
Some checks failed
CI / build-and-test (push) Failing after -32m0s
Some checks failed
CI / build-and-test (push) Failing after -32m0s
* Add OAuth login handling in app and UI components * Create new components for login and dashboard pages * Refactor sidebar and navigation structure * Introduce types for access entries and status responses
This commit is contained in:
@@ -18,9 +18,6 @@ export default defineConfig({
|
||||
'/favicon.ico': backendTarget,
|
||||
'/mcp': backendTarget,
|
||||
'/files': backendTarget,
|
||||
'/oauth-authorization-server': backendTarget,
|
||||
'/authorize': backendTarget,
|
||||
'/oauth': backendTarget,
|
||||
'/.well-known': backendTarget
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user