Applications.razor for applicants
This commit is contained in:
		| @@ -1,4 +1,9 @@ | ||||
| namespace ApplicationLayer.Services.AuthServices.Common | ||||
| using System.ComponentModel.DataAnnotations; | ||||
|  | ||||
| namespace ApplicationLayer.Services.AuthServices.Common | ||||
| { | ||||
|     public record AuthToken(string Token); | ||||
|     public class AuthToken | ||||
|     { | ||||
|         [Required] public string Token { get; set; } = null!; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user