fix register, updated dependencies

This commit is contained in:
_Bastler
2023-12-15 08:17:55 +01:00
parent 28f238cf6c
commit fb4d130c1b
4 changed files with 696 additions and 684 deletions
+1 -1
View File
@@ -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>