Skip to content

Commit a73004d

Browse files
committed
new files added
1 parent 93a7fd8 commit a73004d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import android.annotation.TargetApi;
2626
import android.app.Activity;
27-
import android.app.admin.DevicePolicyManager;
2827
import android.content.ActivityNotFoundException;
2928
import android.content.ComponentName;
3029
import android.content.Intent;

common/src/main/java/com/microsoft/identity/common/internal/ui/webview/challengehandlers/ReAttachPrtHeaderHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class ReAttachPrtHeaderHandler(
3939
private val span : Span
4040
) : IChallengeHandler<String, Void> {
4141
private val TAG = ReAttachPrtHeaderHandler::class.java.simpleName
42+
4243
override fun processChallenge(inputUrl: String): Void? {
4344
Logger.info(TAG, "Processing challenge to attach prt header.")
4445
modifyHeadersWithRefreshTokenCredential(inputUrl)

0 commit comments

Comments
 (0)