From 13018a25862cf191606e2e7046e4d69f0c6561c6 Mon Sep 17 00:00:00 2001 From: Theotime2005 Date: Wed, 5 Feb 2025 16:41:57 +0100 Subject: [PATCH] fixup! feat(admin): Add OIDC information --- admin/app/components/users/user-overview.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/app/components/users/user-overview.gjs b/admin/app/components/users/user-overview.gjs index adfe8fd18f7..5202aaee449 100644 --- a/admin/app/components/users/user-overview.gjs +++ b/admin/app/components/users/user-overview.gjs @@ -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() {