Spaces:
Sleeping
Sleeping
app.py
CHANGED
|
@@ -188,8 +188,9 @@ def handle_callback():
|
|
| 188 |
time.sleep(2) # Give user time to see the success message
|
| 189 |
st.rerun() # Rerun the app to clear the URL parameters
|
| 190 |
except Exception as e:
|
| 191 |
-
|
| 192 |
-
|
|
|
|
| 193 |
|
| 194 |
if __name__ == '__main__':
|
| 195 |
logging.debug("Starting the application")
|
|
|
|
| 188 |
time.sleep(2) # Give user time to see the success message
|
| 189 |
st.rerun() # Rerun the app to clear the URL parameters
|
| 190 |
except Exception as e:
|
| 191 |
+
pass
|
| 192 |
+
# logging.error(f"Error during authentication: {str(e)}")
|
| 193 |
+
# st.error(f"Authentication failed: {str(e)}")
|
| 194 |
|
| 195 |
if __name__ == '__main__':
|
| 196 |
logging.debug("Starting the application")
|