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

pull/12823/head
W0olFy 2 years ago committed by GitHub
parent 0251201e93
commit 8e91851a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      react/features/authentication/components/web/LoginDialog.tsx

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

Loading…
Cancel
Save