fix(register): bozo

This commit is contained in:
AdrienLSH 2024-02-13 15:36:09 +01:00
parent 0735c028f8
commit d69cd5bc7b

View File

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