Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert: "skip email verification" #125

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ if [ $GIT_IS_AVAILABLE != 0 ]; then
fi

PROVER_ID=$(cat $NEXUS_HOME/prover-id 2>/dev/null)
# Email verification prompt temporarily disabled
SKIP_EMAIL_VERIFICATION=1
if [ -z "$SKIP_EMAIL_VERIFICATION" ] && [ -z "$NONINTERACTIVE" ] && [ "${#PROVER_ID}" -ne "28" ]; then
if [ -z "$NONINTERACTIVE" ] && [ "${#PROVER_ID}" -ne "28" ]; then
echo "\nTo receive credit for proving in Nexus testnets..."
echo "\t1. Go to ${GREEN}https://beta.nexus.xyz${NC}"
echo "\t2. On the bottom left hand corner, copy the ${ORANGE}prover id${NC}"
Expand Down
Loading