Enhance user authentication by adding optional OwnerWalletAddress parameter in LoginRequest and UserService. Update UserController and related components to support the new wallet address functionality, ensuring better user profile management and validation in trading operations.
This commit is contained in:
@@ -18,5 +18,7 @@ public class User
|
||||
|
||||
[Id(5)] public string TelegramChannel { get; set; } = string.Empty;
|
||||
|
||||
[Id(6)] public bool IsAdmin { get; set; } = false;
|
||||
[Id(6)] public string OwnerWalletAddress { get; set; } = string.Empty;
|
||||
|
||||
[Id(7)] public bool IsAdmin { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user