{% for scope in scopes | split(pat=" ") %}
{% if scope == "openid" %}
- - {{ icon::user() }}
See your profile info and contact details
+ - {{ icon::user_profile() }}
See your profile info and contact details
{% elif scope == "urn:mas:graphql:*" %}
- {{ icon::info() }}
Edit your profile and contact details
- {{ icon::computer() }}
Manage your devices and sessions
@@ -27,7 +27,7 @@ limitations under the License.
- {{ icon::check_circle() }}
Send new messages on your behalf
{% elif scope == "urn:synapse:admin:*" %}
- {{ icon::error() }}
Administer the Synapse homeserver
- {% elif scope == "urn:mas:graphql:admin" %}
+ {% elif scope == "urn:mas:admin" %}
- {{ icon::error() }}
Administer any user on the MAS authentication server
{% elif scope is matching("^urn:matrix:org.matrix.msc2967.client:device:") %}
{# We hide this scope #}