artintel235 commited on
Commit
2737c81
·
verified ·
1 Parent(s): 621ccaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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}")