aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-17 11:57:14 -0500
committerFrederick Muriuki Muriithi2024-09-17 11:57:14 -0500
commitcab7e21b10ed19ae59897021ba645d2b944a5423 (patch)
tree5d9d5a33e1e45761f77d0daabfad588fd11b1afa /uploader/templates/base.html
parente3ca04cc9b163ec169ae043e40ea2413169148e1 (diff)
downloadgn-uploader-cab7e21b10ed19ae59897021ba645d2b944a5423.tar.gz
UI Improvements: Provide some details of logged in user
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index cc37c3e..3af14ef 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -31,7 +31,7 @@
<li class="btn">
{%if user_logged_in()%}
<a href="{{url_for('oauth2.logout')}}"
- title="Log out of the system">Log Out</a>
+ title="Log out of the system">{{user_email()}} &mdash; Log Out</a>
{%else%}
<a href="{{authserver_authorise_uri()}}"
title="Log in to the system">Log In</a>