diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-02 11:22:48 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-02 11:22:48 -0500 |
| commit | c02c47efcb00782feb1461534923023a711d4f15 (patch) | |
| tree | 8c59e17bc6039d76d0b9522e2535a49a33b3d340 /ufund-ui/src/app/app.component.html | |
| parent | 8e93fe31c81c4c36e66c48e7efcdbfedb1877385 (diff) | |
| download | JellySolutions-c02c47efcb00782feb1461534923023a711d4f15.tar.gz JellySolutions-c02c47efcb00782feb1461534923023a711d4f15.tar.bz2 JellySolutions-c02c47efcb00782feb1461534923023a711d4f15.zip | |
First attempt at an authentication system.
Diffstat (limited to 'ufund-ui/src/app/app.component.html')
| -rw-r--r-- | ufund-ui/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufund-ui/src/app/app.component.html b/ufund-ui/src/app/app.component.html index cfebc2b..6b9338c 100644 --- a/ufund-ui/src/app/app.component.html +++ b/ufund-ui/src/app/app.component.html @@ -1,4 +1,6 @@ -<h1>jelly solutions:</h1> +<h1>jelly solutions</h1> +<span>{{currentUser$ | async}}</span> +<hr> <router-outlet /> |
