Skip to content

Commit 7c6aaf8

Browse files
committed
fix(package): orth. in ngx-auth-firebaseui's template photoURL
1 parent 29bf087 commit 7c6aaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/components/ngx-auth-firebaseui/auth.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<ng-template #signedInUser>
2323
<div class="signed-in-container" fxLayout="column" fxLayoutAlign="center center">
24-
<img class="account-circle" *ngIf="user.photoUR; else noPhoto" [src]="user.photoURL">
24+
<img class="account-circle" *ngIf="user.photoURL; else noPhoto" [src]="user.photoURL">
2525
<ng-template #noPhoto><mat-icon class="account-circle">account_circle</mat-icon></ng-template>
2626
<div class="user-display-name mat-title">{{ user.displayName }}</div>
2727
<div class="user-email mat-body-2">{{ user.email }}</div>

0 commit comments

Comments
 (0)