fix: remove password prompt and clarify authentication method in run_with_auth.sh

This commit is contained in:
MayaTheShy
2025-11-08 17:59:26 -05:00
parent 984b590a85
commit 10ca7186ea

View File

@@ -6,13 +6,9 @@ echo "=============================="
echo ""
echo -n "Username: "
read username
echo -n "Password: "
read -s password
echo "(Password no longer sent; Overte uses keypair signatures. Username is optional for now.)"
echo ""
echo ""
export OVERTE_USERNAME="$username"
export OVERTE_PASSWORD="$password"
echo "Connecting to Overte domain..."
./build/stardust-overte-client