Skip to content

Commit e733334

Browse files
authored
Update PasskeyWebListener.kt
1 parent e37face commit e733334

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CredentialManagerWebView/PasskeyWebListener.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ This web listener looks for the 'postMessage()' call on the javascript web code,
2323
receives it, it will handle it in the manner dictated in this local codebase. This allows for
2424
javascript on the web to interact with the local setup on device that contains more complex logic.
2525
26-
The embedded javascript can be found in src ('credmanweb') / javascript / encode.js.
27-
The setup for this script was made easier hanks to prior similar logic from [email protected]. It can
28-
be modified depending on the use case. If you wish to minify, please use the following command
26+
The embedded javascript can be found in CredentialManagerWebView/javascript/encode.js.
27+
It can be modified depending on the use case. If you wish to minify, please use the following command
2928
to call the toptal minifier API.
3029
```
3130
cat encode.js | grep -v '^let __webauthn_interface__;$' | \
@@ -237,4 +236,4 @@ class PasskeyWebListener(
237236
const val TAG = "PasskeyWebListener"
238237
}
239238

240-
}
239+
}

0 commit comments

Comments
 (0)