From 8d86da05b513f6d29d2156a86cff28ef37bb9389 Mon Sep 17 00:00:00 2001 From: shafin-r Date: Thu, 12 Mar 2026 04:05:32 +0600 Subject: [PATCH] feat(avatar): add user avatar upload at registration --- index.html | 1 + src/pages/auth/Register.tsx | 456 +++++++++++++++++++++++++++--------- src/utils/api.ts | 33 +++ vite.config.ts | 3 + 4 files changed, 379 insertions(+), 114 deletions(-) diff --git a/index.html b/index.html index 36bb4ba..dbebf1a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ +