Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Jun 11, 2024
1 parent fbff908 commit b5e3bf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/docs/webauthn-passkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,10 @@ if (passkeySessionID) {
The client should redirect the user to the Ente Accounts web app with this
session ID to prompt credential authentication.
```html
https://accounts.ente.io/passkeys?passkeySessionID=<sid>&clientPackage=<pkg>&redirect=<redirect>&recover=<recover-redirect>
```
https://accounts.ente.io/passkeys?
passkeySessionID=<sid>&clientPackage=<pkg>&
redirect=<redirect>&recover=<recover-redirect>
```

We use Ente Accounts as the central WebAuthn hub since it allows us to handle
Expand Down

0 comments on commit b5e3bf8

Please sign in to comment.