Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WebViewMainActivity : ComponentActivity() {
settings.javaScriptEnabled = true

// Test URL:
val url = "https://credman-web-test.glitch.me/"
val url = "https://passkeys-codelab.glitch.me/"
val listenerSupported = WebViewFeature.isFeatureSupported(
WebViewFeature.WEB_MESSAGE_LISTENER
)
Expand Down
2 changes: 1 addition & 1 deletion identity/credentialmanager/src/main/jsonSnippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"allowCredentials": [],
"timeout": 1800000,
"userVerification": "required",
"rpId": "credential-manager-app-test.glitch.me"
"rpId": "https://passkeys-codelab.glitch.me/"
}
// [END android_identity_format_json_request_passkey]
},
Expand Down