Skip to content

Commit

Permalink
move from side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 16, 2023
1 parent 1936048 commit 13e93ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
def check_password():
"""Returns `True` if the user had the correct password."""

with st.sidebar:
user_info = login_button(clientId=clientId, domain=domain,debug_logs=True)
user_info = login_button(clientId=clientId, domain=domain,debug_logs=True)

if user_info is None:
st.text('No user info')
Expand Down

0 comments on commit 13e93ef

Please sign in to comment.