diff options
author | Frederick Muriuki Muriithi | 2025-04-28 12:21:33 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-28 12:21:57 -0500 |
commit | c7147e3d60e085c70fecef200ed93648cd914da1 (patch) | |
tree | f5b90dde009e7c95e1c50605409333c2546ec188 | |
parent | ffd16388090c9a2397efaeb0816bd6e87414498c (diff) | |
download | gn-uploader-c7147e3d60e085c70fecef200ed93648cd914da1.tar.gz |
Display logged in user's email.
-rw-r--r-- | uploader/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index de9c226..570989a 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -32,7 +32,7 @@ <a href="{{url_for('oauth2.logout')}}" title="Log out of the system"> <span class="glyphicon glyphicon-user"></span> - Sign Out</a> + {{user_email()}} Sign Out</a> {%else%} <a href="{{authserver_authorise_uri()}}" title="Log in to the system">Sign In</a> |