Skip to content

Commit

Permalink
Add css class to 2FA providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Feb 5, 2025
1 parent 3abf5dc commit 275aa8d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ <h2 [ngClass]="{ 'mt-5': !organizationId }">
{{ "twoStepLoginPolicyUserWarning" | i18n }}
</bit-callout>
<ul class="list-group list-group-2fa">
<li *ngFor="let p of providers" class="list-group-item d-flex align-items-center">
<li
*ngFor="let p of providers"
class="list-group-item d-flex align-items-center providers-2fa-{{ p.type }}"
>
<div class="logo-2fa d-flex justify-content-center">
<auth-two-factor-icon [provider]="p.type" [name]="p.name" />
</div>
Expand Down

0 comments on commit 275aa8d

Please sign in to comment.