Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
p3dr0rv committed Jan 14, 2025
1 parent 85939a8 commit 00b6e07
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public IntuneAppProtectionPolicyRequiredException(final String errorCode,
final String errorMessage,
final BrokerInteractiveTokenCommandParameters originalParameters) {
super(errorCode, errorMessage, null);
Logger.info(TAG, "Login hint" + originalParameters.getLoginHint());


final String upn = (originalParameters.getBrokerAccount() != null) ?
originalParameters.getBrokerAccount().getUsername() :
Expand Down Expand Up @@ -125,7 +123,6 @@ public IntuneAppProtectionPolicyRequiredException(final String errorCode,
final String upn = (originalParameters.getBrokerAccount() != null) ?
originalParameters.getBrokerAccount().getUsername() :
originalParameters.getLoginHint();
Logger.info(TAG, "Login hint" + originalParameters.getLoginHint());

setAccountUpn(upn);

Expand Down

0 comments on commit 00b6e07

Please sign in to comment.