mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-29 13:10:00 +00:00
Fix rendering of the logout button in a few places
This commit is contained in:
@@ -12,7 +12,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
{% for key, value in post_logout_action|items %}
|
||||
<input type="hidden" name="{{ key }}" value="{{ value }}" />
|
||||
{% endfor %}
|
||||
{% if caller %}
|
||||
{% if caller is defined %}
|
||||
{{ caller() }}
|
||||
{% elif as_link %}
|
||||
<button class="cpd-link" data-kind="critical" type="submit">{{ text }}</button>
|
||||
|
||||
Reference in New Issue
Block a user