about summary refs log tree commit diff
path: root/templates/javascript/src/indieauth.ts
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-01-29 07:08:21 +0300
committerVika <vika@fireburn.ru>2024-01-29 07:08:21 +0300
commitd36014200549cf73a7f22c6f94fb15bec17823e8 (patch)
tree6e56f912219c5d20e2768b1f016f23fff22fe83e /templates/javascript/src/indieauth.ts
parented51d48f7353a5ceefa798ded52d3af465d4d0ec (diff)
lint: no extra whitespace on line endings
Diffstat (limited to 'templates/javascript/src/indieauth.ts')
-rw-r--r--templates/javascript/src/indieauth.ts2
1 files changed, 1 insertions, 1 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,