mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -286,7 +286,7 @@ public class HeadlessClientAuthenticator implements ClientAuthenticator {
|
||||
}
|
||||
}
|
||||
|
||||
if (!StringUtils.isBlank(userName)) {
|
||||
if (StringUtils.isBlank(userName)) {
|
||||
userName = ClientUtil.getUserName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user