Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Mar 12, 2023
1 parent 719eb1e commit ba4d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def user_logout(request: gr.Request):
fn=user_logout,
inputs=[],
outputs=[settings_submit, settings_logout, logout_prompt],
_fs="logout"
_js="logout"
)

result = gr.HTML()
Expand Down

0 comments on commit ba4d86c

Please sign in to comment.