Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Mar 29, 2024
1 parent 56be339 commit 97608b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gradio_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ def load_auth(db1s, requests_state1, auth_filename=None, selection_docs_state1=N
if 'login_tab_text' in auth_user:
login_tab_text1 = auth_user['login_tab_text']
if 'hosts_tab_text' in auth_user:
hosts_tab_text1 = auth_user['hosts_tab_text1']
hosts_tab_text1 = auth_user['hosts_tab_text']

text_result = "Successful login for %s" % get_show_username(username1)
success1 = True
Expand Down

0 comments on commit 97608b1

Please sign in to comment.