mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Test fixes
This commit is contained in:
@@ -91,11 +91,11 @@ public class DefaultClientAuthenticator extends PopupKeyStorePasswordProvider
|
||||
|
||||
@Override
|
||||
public char[] getNewPassword(final Component parent, String serverInfo, String username) {
|
||||
final PasswordChangeDialog dlg =
|
||||
|
||||
PasswordChangeDialog dlg =
|
||||
new PasswordChangeDialog("Change Password", "Repository Server", serverInfo, username);
|
||||
Runnable r = () -> DockingWindowManager.showDialog(parent, dlg);
|
||||
try {
|
||||
SystemUtilities.runSwingNow(r);
|
||||
DockingWindowManager.showDialog(parent, dlg);
|
||||
return dlg.getPassword();
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user