From 724860c272afb7fe5a02645ef1c1b8d208d897f3 Mon Sep 17 00:00:00 2001 From: ivar Date: Thu, 4 Dec 2025 00:17:16 +0100 Subject: POC auth in app --- api/http/login.http | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/http/login.http') diff --git a/api/http/login.http b/api/http/login.http index 8ebba0c..2c1438f 100644 --- a/api/http/login.http +++ b/api/http/login.http @@ -11,7 +11,7 @@ POST {{canonical}}/create-user Content-Type: application/json { - "name": "ivarsu", - "email": "ivarsu@oiee.no", - "password": "ivargangertre" + "name": "", + "email": "", + "password": "" } -- cgit v1.3