Display name of current user on the dashboard

This commit is contained in:
jonaswinkler
2020-12-20 17:18:23 +01:00
parent d64be20ea6
commit 44a0bfb304
4 changed files with 28 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<app-page-header title="Dashboard" subTitle="Welcome to paperless-ng!">
<app-page-header title="Dashboard" [subTitle]="subtitle">
<img src="assets/logo.svg" height="80" class="m-2 d-none d-md-block">
</app-page-header>