updated layout and volunteer

change the ui and now able to remove assigned addresses from volunteer
This commit is contained in:
Mann Patel
2025-08-28 00:15:10 -06:00
parent d7f6c794b4
commit 9dd24e71e7
20 changed files with 302 additions and 536 deletions

View File

@@ -39,7 +39,7 @@ type User struct {
Phone string
Password string
RoleID int
AdminCode string
AdminCode *string
CreatedAt time.Time
UpdatedAt time.Time
}