We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d85dfd commit 49323f3Copy full SHA for 49323f3
identity/credentialmanager/src/main/java/com/example/identity/credentialmanager/WebView.kt
@@ -30,7 +30,8 @@ class WebViewActivity : ComponentActivity() {
30
override fun onCreate(savedInstanceState: Bundle?) {
31
super.onCreate(savedInstanceState)
32
setContent {
33
- val url = "https://passkeys-codelab.glitch.me/"
+ // Put your webview link here.
34
+ val url = "https://project-sesame-426206.appspot.com/passkey-signup"
35
AndroidView(
36
factory = { context ->
37
WebView(context).apply {
0 commit comments