Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ def register_callback():
|
|
30 |
|
31 |
# Send email verification
|
32 |
auth.generate_email_verification_link(email)
|
|
|
33 |
st.success("Registration successful! Please check your email to verify your account.")
|
34 |
except Exception as e:
|
35 |
st.error(f"Registration failed: {e}")
|
|
|
30 |
|
31 |
# Send email verification
|
32 |
auth.generate_email_verification_link(email)
|
33 |
+
auth.send_email_verification(user.uid)
|
34 |
st.success("Registration successful! Please check your email to verify your account.")
|
35 |
except Exception as e:
|
36 |
st.error(f"Registration failed: {e}")
|