diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 01:10:56 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 01:10:56 -0400 |
commit | a5046e6bf22308ae516ef6d7abb5ae8709e925db (patch) | |
tree | 08ea93ffc579dd12491b08e831b4243d62e33a40 /ufund-ui/src/app/app.component.html | |
parent | b41b2f48247e4260074e4f7fbff57d33d772efa8 (diff) | |
download | JellySolutions-a5046e6bf22308ae516ef6d7abb5ae8709e925db.tar.gz JellySolutions-a5046e6bf22308ae516ef6d7abb5ae8709e925db.tar.bz2 JellySolutions-a5046e6bf22308ae516ef6d7abb5ae8709e925db.zip |
added log out button. -ak
Diffstat (limited to 'ufund-ui/src/app/app.component.html')
-rw-r--r-- | ufund-ui/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/app.component.html b/ufund-ui/src/app/app.component.html index 6b9338c..a490237 100644 --- a/ufund-ui/src/app/app.component.html +++ b/ufund-ui/src/app/app.component.html @@ -1,6 +1,6 @@ <h1>jelly solutions</h1> -<span>{{currentUser$ | async}}</span> +<span>{{currentUser$ | async}}</span> <br> <button *ngIf="currentUser$.value != 'Logged out.'" (click)="reloadPage()"> Log Out</button> <hr> <router-outlet /> |