Skip to content

Commit 907dd39

Browse files
authored
Merge pull request #147 from overture-stack/add-app-error-redirect
👽 Adding app errorRedirectUri field
2 parents a9edc3c + ef83663 commit 907dd39

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)