Skip to content

Commit ef83663

Browse files
committed
👽 Adding app errorRedirectUri field
1 parent b5a7dd9 commit ef83663

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/common/RESOURCE_MAP.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ const RESOURCE_MAP: { [key in TResourceType]: IResource } = {
385385
panelSection: 'meta',
386386
required: true,
387387
},
388+
{
389+
fieldName: 'Error Redirect Uri',
390+
key: 'errorRedirectUri',
391+
panelSection: 'meta',
392+
required: true,
393+
},
388394
],
389395
updateItem: updateApplication,
390396
},

0 commit comments

Comments
 (0)