File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
identity/credentialmanager/src/main
java/com/example/identity/credentialmanager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class WebViewMainActivity : ComponentActivity() {
2626 settings.javaScriptEnabled = true
2727
2828 // Test URL:
29- val url = " https://credman-web-test .glitch.me/"
29+ val url = " https://passkeys-codelab .glitch.me/"
3030 val listenerSupported = WebViewFeature .isFeatureSupported(
3131 WebViewFeature .WEB_MESSAGE_LISTENER
3232 )
Original file line number Diff line number Diff line change 4747 "allowCredentials" : [],
4848 "timeout" : 1800000 ,
4949 "userVerification" : " required" ,
50- "rpId" : " credential-manager-app-test .glitch.me"
50+ "rpId" : " https://passkeys-codelab .glitch.me/ "
5151 }
5252 // [END android_identity_format_json_request_passkey]
5353 },
You can’t perform that action at this time.
0 commit comments