You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Another Logged in => Signed in
This commit is contained in:
committed by
Quentin Gliech
parent
7841fbcce4
commit
45d3a3e1ee
@ -21,7 +21,7 @@ limitations under the License.
|
|||||||
<div class="grid grid-flow-col auto-cols-max gap-4 place-items-center">
|
<div class="grid grid-flow-col auto-cols-max gap-4 place-items-center">
|
||||||
{% if current_session %}
|
{% if current_session %}
|
||||||
<div class="text-grey-200 dark:text-grey-250 mx-2">
|
<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>
|
</div>
|
||||||
|
|
||||||
{{ button::link(text="My account", href="/account") }}
|
{{ button::link(text="My account", href="/account") }}
|
||||||
|
Reference in New Issue
Block a user