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
// accountId}` for this. The form is locked to the row's values so
28
+
// it acts as a one-click confirmation rather than a free-form edit.
29
+
actions: [
30
+
{
31
+
name: 'unlink_account',
32
+
label: 'Unlink Account',
33
+
icon: 'unlink',
34
+
variant: 'danger',
35
+
mode: 'delete',
36
+
locations: ['list_item','record_header'],
37
+
type: 'api',
38
+
target: '/api/v1/auth/unlink-account',
39
+
confirmText: 'Unlink this identity link? The user will no longer be able to sign in with this provider until they re-link it from their account settings.',
confirmText: 'Rotate this OAuth client\'s secret? The previous secret will stop working immediately and any integrations using it will break until they are updated with the new secret. The new secret is shown only once.',
58
+
successMessage: 'Client secret rotated — copy the new value from the response now.',
confirmText: 'Permanently delete this OAuth application? All issued tokens and consents will be invalidated and integrations using this client_id will stop working immediately. This cannot be undone.',
0 commit comments