From e0e93a56857fadbb538b41ea160d0f45226560fa Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 29 May 2026 10:38:25 +0200 Subject: [PATCH] fix: request empty prf options during registration to prevent typeerror on credentials container create --- client/src/services/auth.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/services/auth.ts b/client/src/services/auth.ts index 687d1c1..bee0d19 100644 --- a/client/src/services/auth.ts +++ b/client/src/services/auth.ts @@ -84,11 +84,7 @@ export async function registerUser(username: string): Promise