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

@@ -20,6 +20,11 @@ if [ ! -d "node_modules" ]; then
echo ""
fi
# Check Qwen authentication
echo "[INFO] Checking Qwen authentication..."
node bin/auth-check.mjs
echo ""
# Functions
pause() {
read -p "Press Enter to continue..."