Skip to content

Commit

Permalink
Merge pull request #438 from zowe/bugfix/reset-password
Browse files Browse the repository at this point in the history
Reset password multiple times
  • Loading branch information
1000TurquoisePogs authored Mar 30, 2022
2 parents e83e1f1 + a3325de commit b13eca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class LoginComponent implements OnInit {
}
}
if (plugin.canChangePassword) {
this.passwordServices.add(plugin);
this.passwordServices.add(pluginKeys[j]);
}
}
}
Expand Down

0 comments on commit b13eca1

Please sign in to comment.