fix(register): bozo

This commit is contained in:
AdrienLSH 2024-02-13 15:36:09 +01:00
parent bc7504824a
commit ca85e59488

View File

@ -25,7 +25,7 @@ class Account
if (response.status === 201)
await this.client._update_logged(true);
return response_data
return response;
}
/**