Skip to content

Commit

Permalink
fixup! feat(admin): Add OIDC information
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Feb 5, 2025
1 parent e558651 commit 7e6223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/app/components/users/user-overview.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class UserOverview extends Component {
const userHasThisOidcAuthenticationMethod = this.authenticationMethods.any((authenticationMethod) =>
oidcProvidersCodes.includes(authenticationMethod.identityProvider),
);
return userHasThisOidcAuthenticationMethod ? 'common.words.yes' : 'common.words.no';
return userHasThisOidcAuthenticationMethod ? 'common.words.no' : 'common.words.yes';
}

_initForm() {
Expand Down

0 comments on commit 7e6223b

Please sign in to comment.