Auth: Added launcher auth check, triggers OAuth before menu if not authenticated

This commit is contained in:
Gemini AI
2025-12-14 13:40:48 +04:00
Unverified
parent f4a0e49002
commit c29975f23f
3 changed files with 196 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ if not exist "node_modules" (
echo.
)
REM --- Auth Check ---
echo [INFO] Checking Qwen authentication...
node bin\auth-check.mjs
echo.
:menu
cls
echo ========================================