File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
{% elif scope == "urn:mas:graphql:*" %}
15
15
< li > {{ icon.info() }}< p > {{ _("mas.scope.edit_profile") }}</ p > </ li >
16
16
< li > {{ icon.computer() }}< p > {{ _("mas.scope.manage_sessions") }}</ p > </ li >
17
- {% elif scope == "urn:matrix:org.matrix.msc2967.client:api:*" %}
17
+ {% elif scope == "urn:matrix:client:api:*" or scope == "urn:matrix: org.matrix.msc2967.client:api:*" %}
18
18
< li > {{ icon.chat() }}< p > {{ _("mas.scope.view_messages") }}</ p > </ li >
19
19
< li > {{ icon.send() }}< p > {{ _("mas.scope.send_messages") }}</ p > </ li >
20
20
{% elif scope == "urn:synapse:admin:*" %}
21
21
< li > {{ icon.error_solid() }}< p > {{ _("mas.scope.synapse_admin") }}</ p > </ li >
22
22
{% elif scope == "urn:mas:admin" %}
23
23
< li > {{ icon.error_solid() }}< p > {{ _("mas.scope.mas_admin") }}</ p > </ li >
24
- {% elif scope is startingwith("urn:matrix:org.matrix.msc2967.client:device:") %}
24
+ {% elif scope is startingwith("urn:matrix:client:device:") or scope is startingwith("urn:matrix: org.matrix.msc2967.client:device:") %}
25
25
{# We hide this scope #}
26
26
{% else %}
27
27
< li > {{ icon.info() }}< p > {{ scope }}</ p > </ li >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1 class="title">Allow access to your account?</h1>
23
23
</ header >
24
24
25
25
< section class ="consent-scope-list ">
26
- {{ scope.list(scopes="openid urn:matrix:org.matrix.msc2967. client:api:*") }}
26
+ {{ scope.list(scopes="openid urn:matrix:client:api:*") }}
27
27
</ section >
28
28
29
29
< section class ="text-center cpd-text-secondary cpd-text-body-md-regular ">
You can’t perform that action at this time.
0 commit comments