Skip to content

Commit ef79bd2

Browse files
authored
Update webview url (#559)
* Add WebView snippets * Updated glitch.me sites on Webview
1 parent 327c0ac commit ef79bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

identity/credentialmanager/src/main/java/com/example/identity/credentialmanager/WebViewMainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

identity/credentialmanager/src/main/jsonSnippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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
},

0 commit comments

Comments
 (0)