You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
<p>The application at <spanstyle="font-weight:bold">{{ display_url | e }}</span> is requesting full access to your <spanstyle="font-weight:bold">{{ server_name }}</span> Matrix account.</p>
9
-
<p>If you don't recognise this address, you should ignore this and close this tab.</p>
10
-
<p>
11
-
<ahref="{{ redirect_url | e }}">I trust this address</a>
12
-
</p>
12
+
<header>
13
+
{% if new_user %}
14
+
<h1>Your account is now ready</h1>
15
+
<p>You've made your account on {{ server_name | e }}.</p>
16
+
{% else %}
17
+
<h1>Log in</h1>
18
+
{% endif %}
19
+
<p>Continue to confirm you trust <strong>{{ display_url | e }}</strong>.</p>
0 commit comments