Skip to content

Commit

Permalink
[ISSUE #8622] rollback about app name
Browse files Browse the repository at this point in the history
  • Loading branch information
onewe committed Nov 2, 2022
1 parent 4ba0468 commit 495fe86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class CredentialService implements SpasCredentialLoader {

private CredentialService(String appName) {
if (appName == null) {
String value = AppNameUtils.getAppName();
String value = System.getProperty(IdentifyConstants.PROJECT_NAME_PROPERTY);
if (StringUtils.isNotEmpty(value)) {
appName = value;
}
Expand Down

0 comments on commit 495fe86

Please sign in to comment.