Skip to content

Commit

Permalink
Merge pull request #1216 from GluuFederation/admin-ui-issue-1214
Browse files Browse the repository at this point in the history
fix(admin-ui): change bind password not working #1214
  • Loading branch information
duttarnab authored Jul 17, 2023
2 parents 39f09dd + bb3c55e commit 2e7ecda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const InumDBServerTab = () => {

const handleChangePassword = (updatedPassword) => {
buildPayload(userAction, 'CHANGE INUMDB BIND PASSWORD', {
cacheRefreshConfiguration: {
jansLinkConfiguration: {
...cacheRefreshConfiguration,
targetConfig: {
...formik.values.targetConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const SourceBackendServersTab = () => {

const handleChangePassword = (updatedPassword) => {
buildPayload(userAction, 'CHANGE SOURCE BACKEND BIND PASSWORD', {
cacheRefreshConfiguration: {
jansLinkConfiguration: {
...cacheRefreshConfiguration,
sourceConfigs: [
{
Expand Down

0 comments on commit 2e7ecda

Please sign in to comment.