File tree 1 file changed +2
-2
lines changed
admin/app/components/users
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default class UserOverview extends Component {
91
91
return this .args .user .username ? null : ' obligatoire' ;
92
92
}
93
93
94
- get useOidcAuthentication () {
94
+ get hasOidcAuthentication () {
95
95
const oidcProvidersCodes = this .oidcIdentityProviders .list .map ((provider ) => provider .code );
96
96
const userHasThisOidcAuthenticationMethod = this .authenticationMethods .any ((authenticationMethod ) =>
97
97
oidcProvidersCodes .includes (authenticationMethod .identityProvider ),
@@ -345,7 +345,7 @@ export default class UserOverview extends Component {
345
345
</span >
346
346
</li >
347
347
<li class =" user-detail-personal-information-section__user-informations flex space-between gap-4x" >
348
- <span >{{t " components.users.user-overview.sso" }} : {{t this . useOidcAuthentication }} </span >
348
+ <span >{{t " components.users.user-overview.sso" }} : {{t this . hasOidcAuthentication }} </span >
349
349
</li >
350
350
</ul >
351
351
You can’t perform that action at this time.
0 commit comments