From eee814e260da6ba5da59f487073708c18c6e8faa Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Mon, 22 Apr 2024 12:50:26 -0500 Subject: [PATCH] Update streamlit code to test features in pipe --- streamlit/security.py | 1 + 1 file changed, 1 insertion(+) diff --git a/streamlit/security.py b/streamlit/security.py index fc17191..9f10415 100644 --- a/streamlit/security.py +++ b/streamlit/security.py @@ -73,4 +73,5 @@ def handle_redirect(REDIRECT_URI): access_token = get_token_from_code(code, REDIRECT_URI) st.session_state['access_token'] = access_token st.session_state + \ No newline at end of file