diff options
author | Vika <vika@fireburn.ru> | 2025-01-03 13:40:23 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-03 13:49:27 +0300 |
commit | db845e8cc6e3802ed8dde04f9c2aab078e36417d (patch) | |
tree | 02394c0e506fd67dc40d39f982eba80e2cc976a3 /templates/src | |
parent | 9e996d892f3896744d0e8999ed3fc5528c607375 (diff) | |
download | kittybox-db845e8cc6e3802ed8dde04f9c2aab078e36417d.tar.zst |
Fix the IndieAuth script
Change-Id: I17af1bd69de0f885e28db161d9ca81fa199a8aa5
Diffstat (limited to 'templates/src')
-rw-r--r-- | templates/src/indieauth.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/src/indieauth.rs b/templates/src/indieauth.rs index 5f92196..ce67108 100644 --- a/templates/src/indieauth.rs +++ b/templates/src/indieauth.rs @@ -10,12 +10,7 @@ markup::define! { app: ClientMetadata, user: serde_json::Value ) { - script[type="module"] { - @markup::raw(r#"import { submit_handler } from "/.kittybox/static/indieauth.js"; - -document.getElementById("indieauth_page").addEventListener("submit", submit_handler); -"#) - } + script[type="module", src="/.kittybox/static/indieauth.js"] {} main { form #indieauth_page[action="/.kittybox/indieauth/auth/confirm", method="POST"] { noscript { |