fix register, updated dependencies
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class="flex column" *ngIf="!auth.authenticated">
|
||||
<p>{{'tokens.register' | i18n}}</p>
|
||||
|
||||
<a routerLink="/register" mat-raised-button color="accent">
|
||||
<a routerLink="/register" mat-raised-button color="accent" *ngIf="canRegister()">
|
||||
<mat-icon>how_to_reg</mat-icon> {{'register' | i18n}}
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user