+

Manage {{ client.get("name") }}

+ + {%- if saving %} +
+ {%- if save_success %} +
+

+ Successfully saved changes +

+
+ + {%- if new_secret %} +
+

+ +

+
+ You won't be able to see this secret again so please make a note securely.
+ Only application owners can reset and get a new secret. +
+ +
+ {%- endif %} + + {%- else %} +

Something went wrong

+ {%- endif %} + + {%- if client_id %} + + Edit {{ client.get("name", "") }} + +   + + Return to dashboard + + {%- endif %} +
+ {%- elif manager_type %} +
+ +
+
+

+ +

+ +
+ +
+

+ +

+
+ You can edit this as an application {{ manager_type }}. Note that managers cannot edit owners or managers, or reset the client secret. +
+ +
+
+ +
+ +   + + Reset + +   + + Return to dashboard + + {%- if manager_type == "owner" %} +   + + {%- endif %} +
+
+ {%- else %} +

No access

+ {%- endif %} + +