feat: update frontend to remove dashboard details

This commit is contained in:
Shivam Mishra
2023-12-15 15:14:05 +05:30
parent f728c8089d
commit 8fe521d66d
2 changed files with 24 additions and 58 deletions
-2
View File
@@ -28,8 +28,6 @@ export const login = async ({
export const register = async creds => {
try {
const response = await wootAPI.post('api/v1/accounts.json', {
account_name: creds.accountName.trim(),
user_full_name: creds.fullName.trim(),
email: creds.email,
password: creds.password,
h_captcha_client_response: creds.hCaptchaClientResponse,