11 lines
		
	
	
	
		
			231 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			231 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								@{
							 | 
						||
| 
								 | 
							
								    ViewData["Title"] = "Confirm Email";
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<h2>@ViewData["Title"].</h2>
							 | 
						||
| 
								 | 
							
								<div>
							 | 
						||
| 
								 | 
							
								    <p>
							 | 
						||
| 
								 | 
							
								        Thank you for confirming your email. Please <a asp-controller="Account" asp-action="Login">Click here to Log in</a>.
							 | 
						||
| 
								 | 
							
								    </p>
							 | 
						||
| 
								 | 
							
								</div>
							 |