Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		| @@ -0,0 +1,22 @@ | ||||
| @using VisaApiClient | ||||
| <div> | ||||
|     <div > | ||||
|         <label > | ||||
|             Email:<br/> | ||||
|             <InputText class="rounded" @bind-Value="AuthData.Email"/> | ||||
|         </label><br/> | ||||
|         <ValidationMessage For="() => AuthData.Email"></ValidationMessage><br/> | ||||
|     </div> | ||||
|  | ||||
|     <div > | ||||
|         <label > | ||||
|             Password:<br/> | ||||
|             <InputText type="password" class="rounded" @bind-Value="AuthData.Password"/> | ||||
|         </label><br/> | ||||
|         <ValidationMessage For="() => AuthData.Password"></ValidationMessage> | ||||
|     </div> | ||||
| </div> | ||||
|  | ||||
| @code { | ||||
|     [Parameter, EditorRequired] public AuthData AuthData { get; set; } = null!; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user