MOBILE-2629 login: Hide oAuth provider image on error

main
Pau Ferrer Ocaña 2018-12-13 16:50:10 +01:00
parent cf1ff4c9af
commit 6931391fb4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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>