Skip to content

Commit 22276fc

Browse files
Merge pull request #896 from rocket-admin/company-payment-settings-button-fix
user settings fix: provider icon
2 parents ae8c7ed + d72e7a8 commit 22276fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/user-settings/user-settings.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1 class="mat-h1">
2929
mail_outline
3030
</mat-icon>
3131
<mat-icon *ngIf="currentUser.externalRegistrationProvider !== null"
32-
svgIcon="authProviderIcons[currentUser.externalRegistrationProvider]"
32+
[svgIcon]="authProviderIcons[currentUser.externalRegistrationProvider]"
3333
matTooltip="You registred with {{currentUser.externalRegistrationProvider}}">
3434
</mat-icon>
3535
<strong>Email:</strong>

0 commit comments

Comments
 (0)