mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
chore: update package dependencies and add OAuth2 login support
- Added OAuth2 login functionality in the router and login page components. - Introduced new hooks for OAuth2 authorization and callback handling. - Minor adjustments to the Telegram login button and device tag settings card.
This commit is contained in:
parent
91934c85d8
commit
2a293c7416
15 changed files with 375 additions and 127 deletions
|
|
@ -94,7 +94,8 @@ export default defineConfig({
|
|||
host: '0.0.0.0',
|
||||
port: 3333,
|
||||
cors: false,
|
||||
strictPort: true
|
||||
strictPort: true,
|
||||
allowedHosts: true
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue