From d36014200549cf73a7f22c6f94fb15bec17823e8 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 29 Jan 2024 07:08:21 +0300 Subject: lint: no extra whitespace on line endings --- templates/javascript/src/indieauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/javascript/src') 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, -- cgit 1.4.1