feat: support user management
- sign up and delete account with email or phone - sign in and sign out - update nickname and avatar - update account phone or email
This commit is contained in:
@@ -60,6 +60,7 @@ export async function request<T = any>(
|
||||
method,
|
||||
headers: requestHeaders,
|
||||
body: requestBody,
|
||||
credentials: 'include',
|
||||
signal: controller.signal,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user