We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc5977 + 42356a8 commit 76793b9Copy full SHA for 76793b9
src/pages/identity/administration/jit-admin/add.jsx
@@ -149,9 +149,9 @@ const Page = () => {
149
name="expireAction"
150
multiple={false}
151
options={[
152
- { label: "Delete User", value: "delete" },
153
- { label: "Disable User", value: "disable" },
154
- { label: "Remove Roles", value: "removeRoles" },
+ { label: "Delete User", value: "DeleteUser" },
+ { label: "Disable User", value: "DisableUser" },
+ { label: "Remove Roles", value: "RemoveRoles" },
155
]}
156
formControl={formControl}
157
/>
0 commit comments