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:
@@ -12,4 +12,5 @@ public class LoginRequest
|
||||
public string Signature { get; set; }
|
||||
[Required]
|
||||
public string Message { get; set; }
|
||||
public string? OwnerWalletAddress { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user