Showing
1 changed file
with
3 additions
and
3 deletions
@@ -56,10 +56,10 @@ | @@ -56,10 +56,10 @@ | ||
56 | <div class="line"><mat-divider></mat-divider></div> | 56 | <div class="line"><mat-divider></mat-divider></div> |
57 | </div> | 57 | </div> |
58 | <ng-container *ngFor="let oauth2Client of oauth2Clients"> | 58 | <ng-container *ngFor="let oauth2Client of oauth2Clients"> |
59 | - <button mat-raised-button color="primary" class="centered" routerLink="{{ oauth2Client.url }}"> | ||
60 | - <mat-icon class="material-icons md-18" svgIcon="{{ oauth2Client.icon }}"></mat-icon> | 59 | + <a mat-raised-button color="primary" class="centered" href="{{ oauth2Client.url }}"> |
60 | + <mat-icon svgIcon="{{ oauth2Client.icon }}"></mat-icon> | ||
61 | {{ 'login.login-with' | translate: {name: oauth2Client.name} }} | 61 | {{ 'login.login-with' | translate: {name: oauth2Client.name} }} |
62 | - </button> | 62 | + </a> |
63 | </ng-container> | 63 | </ng-container> |
64 | </div> | 64 | </div> |
65 | </div> | 65 | </div> |