|
|
|
@ -30,7 +30,7 @@ |
|
|
|
<span style="height: 50px;"></span> |
|
|
|
<div class="oauth-container tb-default" fxLayout="column" fxLayoutGap="16px" *ngIf="oauth2Clients?.length"> |
|
|
|
<ng-container *ngFor="let oauth2Client of oauth2Clients"> |
|
|
|
<a mat-raised-button class="login-with-button" href="{{ addPrevUriIfExists(oauth2Client) }}"> |
|
|
|
<a mat-raised-button class="login-with-button" href="{{ getOAuth2Uri(oauth2Client) }}"> |
|
|
|
<mat-icon class="icon" svgIcon="{{ oauth2Client.icon }}"></mat-icon> |
|
|
|
{{ 'login.login-with' | translate: {name: oauth2Client.name} }} |
|
|
|
</a> |
|
|
|
|