You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docker): Add QR code login support and Docker environment detection
- Add Docker environment detection utility to check for /.dockerenv file
- Implement QR code generation and display for login in Docker containers
- Add qrcode and @types/qrcode dependencies to package.json
- Generate QR code as both terminal output and PNG file for Docker login flow
- Update Docker build scripts and Dockerfiles to create /.dockerenv marker
- Configure Vite alias for qrcode server module
- Display login QR code URL for browser-based scanning when running in Docker
- Trigger QR code display only once during initial login check in Docker environment
0 commit comments