packages/services/apiV2/auth.ts
@@ -132,7 +132,7 @@ body: API.RegisterPersonalUserCommand, options?: API.RequestConfig ) { return request<boolean>('/api/user/auth/registerPersonalUser', { return request<API.LoginCommandCallback>('/api/user/auth/registerPersonalUser', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json',