Added validation and fixed errors
This commit is contained in:
		| @@ -0,0 +1,6 @@ | ||||
| using ApplicationLayer.Services.AuthServices.Common; | ||||
|  | ||||
| namespace ApplicationLayer.Services.Users.Requests | ||||
| { | ||||
|     public record ChangeUserAuthDataRequest(Guid UserId, AuthData NewAuthData); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user