Commit 8f4b305
committed
index.html: re-add type=module on the script tag
login.js uses `import Session from 'https://esm.sh/solid-oidc'`
which requires the loading <script> tag to declare
type=module. I dropped this attribute when I briefly switched
to the xlogin <script src> approach and forgot to put it back
when I returned to a real module import. Browser raised
"Cannot use import statement outside a module" on load.1 parent a4d73dc commit 8f4b305
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
0 commit comments