Skip to content

Commit c44b5f8

Browse files
p3dr0rvCopilot
andauthored
Update common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 080f8dd commit c44b5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ public void onReceived(@Nullable final AbstractCertBasedAuthChallengeHandler cha
11441144
public void onPageStarted(final WebView view, final String url, final Bitmap favicon) {
11451145
super.onPageStarted(view, url, favicon);
11461146
// Evaluate JavaScript for Passkey Registration if script is set and origin is allowed.
1147-
if (mPasskeyRegistrationScript != null && PasskeyOriginRulesManager.isAllowedOrigin(url)) {
1147+
if (mPasskeyRegistrationScript != null && PasskeyOriginRulesManager.isAllowedOrigin(url)) {
11481148
Logger.verbose(TAG, "Executing onPageStarted PasskeyRegistration script for URL: " + url);
11491149
view.evaluateJavascript(mPasskeyRegistrationScript, null);
11501150
}

0 commit comments

Comments
 (0)