Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ if not st.session_state.logged_in:
|
|
| 107 |
|
| 108 |
if st.button("Verify OTP"):
|
| 109 |
|
| 110 |
-
|
| 111 |
|
| 112 |
token = create_jwt(email)
|
| 113 |
|
|
|
|
| 107 |
|
| 108 |
if st.button("Verify OTP"):
|
| 109 |
|
| 110 |
+
if user_otp and user_otp == st.session_state.otp:
|
| 111 |
|
| 112 |
token = create_jwt(email)
|
| 113 |
|