Bugfix/fix link on features page (#2398)

* Fix link

* Update changelog
This commit is contained in:
Thomas Kaul
2023-09-30 07:11:44 +02:00
committed by GitHub
parent 0b2f6a312c
commit 19ea4479ff
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export class FeaturesPageComponent implements OnDestroy {
public hasPermissionForSubscription: boolean;
public info: InfoItem;
public routerLinkRegister = ['/' + $localize`register`];
public routerLinkResources = ['/' + $localize`resources`];
public user: User;
private unsubscribeSubject = new Subject<void>();