1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Another Logged in => Signed in

This commit is contained in:
Hugh Nimmo-Smith
2022-05-09 10:06:20 -04:00
committed by Quentin Gliech
parent 7841fbcce4
commit 45d3a3e1ee

View File

@ -21,7 +21,7 @@ limitations under the License.
<div class="grid grid-flow-col auto-cols-max gap-4 place-items-center">
{% if current_session %}
<div class="text-grey-200 dark:text-grey-250 mx-2">
Logged in as <span class="font-bold">{{ current_session.user.username }}</span>.
Signed in as <span class="font-bold">{{ current_session.user.username }}</span>.
</div>
{{ button::link(text="My account", href="/account") }}