mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Use email as username
This commit is contained in:
parent
ea3756e832
commit
dd96fb432c
1 changed files with 2 additions and 2 deletions
|
@ -145,9 +145,9 @@
|
|||
<ul class="usa-nav__primary usa-accordion">
|
||||
<li class="usa-nav__primary-item">
|
||||
{% if user.is_authenticated %}
|
||||
User: <a href="/whoami">{{ user.get_username }}</a>
|
||||
<a href="/whoami"><span>{{ user.email }}</span></a>
|
||||
{% else %}
|
||||
<a href="/openid/login">Sign in</a>
|
||||
<a href="/openid/login"><span>Sign in</span></a>
|
||||
{% endif %}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue