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 (
|
return (
|
||||||
<Dialog
|
<Dialog
|
||||||
|
disableAutoHideOnSubmit = { true }
|
||||||
disableBackdropClose = { true }
|
disableBackdropClose = { true }
|
||||||
hideCloseButton = { true }
|
hideCloseButton = { true }
|
||||||
ok = {{
|
ok = {{
|
||||||
|
|
Loading…
Reference in New Issue