fix(authentication) don't hide the dialog until auth has completed
This commit is contained in:
parent
0251201e93
commit
8e91851a2f
|
@ -253,6 +253,7 @@ class LoginDialog extends Component<IProps, IState> {
|
|||
|
||||
return (
|
||||
<Dialog
|
||||
disableAutoHideOnSubmit = { true }
|
||||
disableBackdropClose = { true }
|
||||
hideCloseButton = { true }
|
||||
ok = {{
|
||||
|
|
Loading…
Reference in New Issue