|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<div class="line"><mat-divider></mat-divider></div> |
|
|
|
</div> |
|
|
|
<ng-container *ngFor="let oauth2Client of oauth2Clients"> |
|
|
|
<a mat-raised-button color="primary" class="centered" href="{{ oauth2Client.url }}"> |
|
|
|
<a mat-raised-button color="warn" class="centered" href="{{ oauth2Client.url }}"> |
|
|
|
<mat-icon svgIcon="{{ oauth2Client.icon }}"></mat-icon> |
|
|
|
{{ 'login.login-with' | translate: {name: oauth2Client.name} }} |
|
|
|
</a> |
|
|
|
|