Skip to content

Commit 2959b46

Browse files
Update files/en-us/web/api/web_authentication_api/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 362ba36 commit 2959b46

File tree

1 file changed

+3
-1
lines changed
  • files/en-us/web/api/web_authentication_api

1 file changed

+3
-1
lines changed

files/en-us/web/api/web_authentication_api/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ If you wish to authenticate with `get()` or `create()` in an `<iframe>`, there a
146146
- If using `get()`:
147147

148148
```html
149-
<iframe src="https://auth.provider.com" allow="publickey-credentials-get *">
149+
<iframe
150+
src="https://auth.provider.com"
151+
allow="publickey-credentials-get *">
150152
</iframe>
151153
```
152154

0 commit comments

Comments
 (0)