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 20c75ed commit c6078a1Copy full SHA for c6078a1
content/en/docs/implementation/backend.md
@@ -130,7 +130,7 @@ const regOptions = await generateRegistrationOptions(currentUser);
130
await pseudocodeSaveCurrentRegistrationOptions(currentUser, regOptions);
131
```
132
133
-`regOptions` can then be transmitted to the frontend (docs "coming soon") as JSON for the frontend
+`regOptions` can then be transmitted to the frontend (docs coming soon) as JSON for the frontend
134
to eventually pass them in to `navigator.credentials.create()`.
135
136
## 2. Verify registration responses
0 commit comments