Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,9 @@ webAuthnUpdateSuccess=Updated WebAuthn policies successfully
authorizationSignedResponseAlg=Authorization response signature algorithm
includeInUserInfo.label=Add to userinfo
onDragMove=Dragging item {{item}}
onDragMoveIntoSubflow={{item}} will be moved into `{{subflow}}`
onDragMoveIntoSubflowBelow={{item}} will be moved into `{{subflow}}` below `{{target}}`
dragHandle=Drag handle
back=Back
deleteScopeConfirm=If you delete this authorization scope, some permissions will be affected.
updateOtpSuccess=OTP policy successfully updated
Expand Down
2 changes: 2 additions & 0 deletions js/apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
},
"dependencies": {
"@dagrejs/dagre": "^1.1.8",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/utilities": "^3.2.2",
Comment on lines +90 to +91
"@keycloak/keycloak-admin-client": "workspace:*",
"@keycloak/keycloak-ui-shared": "workspace:*",
"@patternfly/patternfly": "^5.4.2",
Expand Down
Loading
Loading