From d69cd5bc7b950fa32937be09aa38cd6ff37ae8f0 Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Tue, 13 Feb 2024 15:36:09 +0100 Subject: [PATCH] fix(register): bozo --- frontend/static/js/api/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/js/api/account.js b/frontend/static/js/api/account.js index f6a02ce..61f96bd 100644 --- a/frontend/static/js/api/account.js +++ b/frontend/static/js/api/account.js @@ -25,7 +25,7 @@ class Account if (response.status === 201) await this.client._update_logged(true); - return response_data + return response; } /**