[eric] build: signup already prompts for the code, so stop asking twice

This commit is contained in:
ciregenz
2026-08-02 19:08:22 -07:00
parent 45e9c98826
commit 06a4d3f29a
+1 -3
View File
@@ -43,11 +43,9 @@ case "$CHOICE" in
read -r -p "First name: " FIRST
read -r -p "Last name: " LAST
read -r -p "Organization: " ORG
# signup prompts for the emailed code itself, so do NOT ask again afterwards.
$EVS signup -A "$ACCOUNT" -P "$PASSWD" -E "$ACCOUNT" \
-F "$FIRST" -L "$LAST" -O "$ORG"
echo
read -r -p "Confirmation code from your email: " CODE
$EVS confirm-signup -A "$ACCOUNT" -C "$CODE"
;;
r|R)
$EVS reset -A "$ACCOUNT"