MOBILE-2795 login: Hide oAuth provider image on error in reconnect
parent
75d6cde7a4
commit
e91f9d0ef5
|
@ -53,7 +53,7 @@
|
|||
<ion-list *ngIf="identityProviders && identityProviders.length" padding-top>
|
||||
<ion-list-header text-wrap>{{ 'core.login.potentialidps' | translate }}</ion-list-header>
|
||||
<button ion-item *ngFor="let provider of identityProviders" text-wrap class="core-oauth-icon" (click)="oauthClicked(provider)" title="{{provider.name}}">
|
||||
<img [src]="provider.iconurl" alt="{{provider.name}}" item-start>
|
||||
<img [src]="provider.iconurl" alt="" width="32" height="32" item-start>
|
||||
{{provider.name}}
|
||||
</button>
|
||||
</ion-list>
|
||||
|
|
Loading…
Reference in New Issue