about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/javascript/src/indieauth.ts2
-rw-r--r--templates/src/indieauth.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/javascript/src/indieauth.ts b/templates/javascript/src/indieauth.ts
index 01732b7..57f075e 100644
--- a/templates/javascript/src/indieauth.ts
+++ b/templates/javascript/src/indieauth.ts
@@ -126,7 +126,7 @@ export async function submit_handler(e: SubmitEvent) {
       authorization_method: credential
     });
     console.log(body);
-    
+
     const response = await fetch(form.action, {
       method: form.method,
       body: body,
diff --git a/templates/src/indieauth.rs b/templates/src/indieauth.rs
index 6a46773..155b580 100644
--- a/templates/src/indieauth.rs
+++ b/templates/src/indieauth.rs
@@ -143,7 +143,7 @@ document.getElementById("indieauth_page").addEventListener("submit", submit_hand
                         input[type="password", name="user_password", id="user_password"];
                     }
                 }
-                
+
                 input[type="submit", value="Authenticate"];
                 br;