diff --git a/react/features/authentication/components/WaitForOwnerDialog.native.js b/react/features/authentication/components/WaitForOwnerDialog.native.js index 95444591c..492e4bb9a 100644 --- a/react/features/authentication/components/WaitForOwnerDialog.native.js +++ b/react/features/authentication/components/WaitForOwnerDialog.native.js @@ -81,6 +81,8 @@ class WaitForOwnerDialog extends Component { ); } + _onCancel: () => void; + /** * Called when the cancel button is clicked. * @@ -91,6 +93,8 @@ class WaitForOwnerDialog extends Component { this.props.dispatch(cancelWaitForOwner()); } + _onLogin: () => void; + /** * Called when the OK button is clicked. *