From 10ca7186ea288c290be50715f97330eee33dd0d6 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 17:59:26 -0500 Subject: [PATCH] fix: remove password prompt and clarify authentication method in run_with_auth.sh --- run_with_auth.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run_with_auth.sh b/run_with_auth.sh index 11e4f9e..be5fc68 100755 --- a/run_with_auth.sh +++ b/run_with_auth.sh @@ -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