Skip to content

Commit

Permalink
Revert "gravitational#2789 hide local login when using SSO"
Browse files Browse the repository at this point in the history
This reverts commit 7f67571200846d345cd1aafb7d55a028f0f3693c.
  • Loading branch information
ollyg committed Dec 20, 2019
1 parent 5455af9 commit 75af672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/app/components/user/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ export class LoginInputForm extends React.Component {
{!hasAnyAuth ? <div> You have no authentication options configured </div>
:
<div>
/* {this.renderNameAndPassFields()} */
/* {this.render2faFields()} */
/* {this.renderLoginBtn()} */
{this.renderNameAndPassFields()}
{this.render2faFields()}
{this.renderLoginBtn()}
{this.renderSsoBtns()}
</div>
}
Expand Down

0 comments on commit 75af672

Please sign in to comment.