Skip to content

Commit

Permalink
Addresses Aaron/Brett's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetmahabaleshwar-okta committed Mar 2, 2021
1 parent c028128 commit dd13ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-login/src/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Home = () => {
<p>
Once you have downloaded and started the example resource server, you can visit the
{' '}
<a href="/messages"> My Messages</a>
<a href="/messages">My Messages</a>
{' '}
page to see the authentication process in action.
</p>
Expand Down
2 changes: 1 addition & 1 deletion custom-login/src/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Login = () => {
issuer,
scopes,
},
useInteractionCodeFlow: true,
useInteractionCodeFlow: false, // Set to true, if your org is OIE enabled
});

widget.renderEl(
Expand Down

0 comments on commit dd13ac0

Please sign in to comment.