Skip to content

Commit

Permalink
Update globalPwp.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Dec 19, 2024
1 parent a8f09e3 commit dc1f373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cockpit/389-console/src/lib/database/globalPwp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ export class GlobalPwPolicy extends React.Component {
}

handleLoadPasswordStorage(skipLoading = false) {
if (skipLoading) {
if (!skipLoading) {
this.setState({
loading: true
});
Expand Down Expand Up @@ -722,7 +722,7 @@ export class GlobalPwPolicy extends React.Component {
'_nsslapd-pwdpbkdf2numiterations': ''
};

if (skipLoading) {
if (!skipLoading) {
stateUpdates["loading"] = false
}
password_storage_attrs.forEach(attr => {
Expand Down

0 comments on commit dc1f373

Please sign in to comment.