diff options
Diffstat (limited to 'templates/javascript')
-rw-r--r-- | templates/javascript/src/indieauth.ts | 2 |
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, |