Auth: Added launcher auth check, triggers OAuth before menu if not authenticated
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user