12 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ template "header.html" . }}
 | 
						|
 | 
						|
<div class="panel">
 | 
						|
  <h2 class="heading">Login Successful</h2>
 | 
						|
 | 
						|
  Please copy this code, switch to your application and paste it there:
 | 
						|
  <br/>
 | 
						|
  <input type="text" value="{{ .Code }}" />
 | 
						|
</div>
 | 
						|
 | 
						|
{{ template "footer.html" . }}
 |