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:
kastov 2025-07-22 08:31:59 +03:00
parent 91934c85d8
commit 2a293c7416
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
15 changed files with 375 additions and 127 deletions

View file

@ -94,7 +94,8 @@ export default defineConfig({
host: '0.0.0.0',
port: 3333,
cors: false,
strictPort: true
strictPort: true,
allowedHosts: true
},
resolve: {
alias: {