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() {
26
26
settings.javaScriptEnabled = true
27
27
28
28
// Test URL:
29
- val url = " https://credman-web-test .glitch.me/"
29
+ val url = " https://passkeys-codelab .glitch.me/"
30
30
val listenerSupported = WebViewFeature .isFeatureSupported(
31
31
WebViewFeature .WEB_MESSAGE_LISTENER
32
32
)
Original file line number Diff line number Diff line change 47
47
"allowCredentials" : [],
48
48
"timeout" : 1800000 ,
49
49
"userVerification" : " required" ,
50
- "rpId" : " credential-manager-app-test .glitch.me"
50
+ "rpId" : " https://passkeys-codelab .glitch.me/ "
51
51
}
52
52
// [END android_identity_format_json_request_passkey]
53
53
},
You can’t perform that action at this time.
0 commit comments