fix(authentication) don't hide the dialog until auth has completed

This commit is contained in:
W0olFy 2023-01-24 16:41:37 +03:00 committed by GitHub
parent 0251201e93
commit 8e91851a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ class LoginDialog extends Component<IProps, IState> {
return (
<Dialog
disableAutoHideOnSubmit = { true }
disableBackdropClose = { true }
hideCloseButton = { true }
ok = {{