From afcb4cc6e829bdd7f5424e99b8fad45994c4d9ea Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 18 Nov 2025 09:46:06 +0000 Subject: [PATCH] comma --- surfsense_web/lib/apis/auth-api.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/lib/apis/auth-api.service.ts b/surfsense_web/lib/apis/auth-api.service.ts index 6502787de..3a8933d22 100644 --- a/surfsense_web/lib/apis/auth-api.service.ts +++ b/surfsense_web/lib/apis/auth-api.service.ts @@ -49,7 +49,7 @@ export class AuthApiService { } return baseApiService.post(`/auth/register`, registerResponse, { - body: JSON.stringify(parsedRequest.data) + body: JSON.stringify(parsedRequest.data), }); }; }