MOBILE-2795 login: Hide oAuth provider image on error in reconnect

main
Pau Ferrer Ocaña 2019-01-02 13:56:20 +01:00
parent 75d6cde7a4
commit e91f9d0ef5
1 changed files with 1 additions and 1 deletions

View File

@ -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>