We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd425a commit 26c1186Copy full SHA for 26c1186
admin/app/components/users/user-overview.gjs
@@ -345,7 +345,11 @@ export default class UserOverview extends Component {
345
</span>
346
</li>
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.hasOidcAuthentication}}</span>
+ <span>
349
+ {{t "components.users.user-overview.sso"}}
350
+ :
351
+ {{#if this.hasOidcAuthentication}}{{t "common.words.yes"}}{{else}}{{t "common.words.no"}}{{/if}}
352
+ </span>
353
354
</ul>
355
0 commit comments