Skip to content

Commit

Permalink
toast message for self credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Jun 13, 2022
1 parent 5487300 commit 541d342
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,10 @@ protected void finishChangePassword(OperationResult result, AjaxRequestTarget ta
}
new Toast()
.cssClass(cssClass)
// .title(getString("RoleCatalogPanel.itemAdded"))
.autohide(true)
.delay(10_000)
.body(msg).show(target);
.title(msg)
.show(target);
}
super.finishChangePassword(result, target, showFeedback);
}
Expand Down

0 comments on commit 541d342

Please sign in to comment.