Skip to content

Commit 26c1186

Browse files
Update admin/app/components/users/user-overview.gjs
Co-authored-by: LEGO Technix <109212476+lego-technix@users.noreply.github.com>
1 parent afd425a commit 26c1186

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: admin/app/components/users/user-overview.gjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,11 @@ export default class UserOverview extends Component {
345345
</span>
346346
</li>
347347
<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>
348+
<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>
349353
</li>
350354
</ul>
351355

0 commit comments

Comments
 (0)