Iterate PR based on feedback
This commit is contained in:
parent
d90321d813
commit
5d98c6f02d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ export default class InteractiveAuthComponent extends React.Component<IProps, IS
|
||||||
this.props.onAuthFinished(false, ERROR_USER_CANCELLED);
|
this.props.onAuthFinished(false, ERROR_USER_CANCELLED);
|
||||||
};
|
};
|
||||||
|
|
||||||
private renderCurrentStage() {
|
private renderCurrentStage(): JSX.Element {
|
||||||
const stage = this.state.authStage;
|
const stage = this.state.authStage;
|
||||||
if (!stage) {
|
if (!stage) {
|
||||||
if (this.state.busy) {
|
if (this.state.busy) {
|
||||||
|
|
Loading…
Reference in a new issue