Commit ecef98a
Fix webauthn_utils MIME type error by adding importmap pin (#458)
The webauthn_utils module was not pinned in the importmap, so the
browser tried to fetch it as a regular HTTP request which returned
HTML instead of JavaScript. Pin it and change the imports from
relative paths to the pinned module name.
https://claude.ai/code/session_017U5qBWgHBppLwz5kp9Vbhp
Co-authored-by: Claude <noreply@anthropic.com>1 parent 90ff53a commit ecef98a
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments