update
This commit is contained in:
		
							
								
								
									
										15
									
								
								repos_extra/python-oauth-web-app/templates/login.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								repos_extra/python-oauth-web-app/templates/login.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| {% extends 'base.html' %} | ||||
|  | ||||
| {% block content %} | ||||
| <article> | ||||
|   <h3>Login with atproto</h3> | ||||
|   <form method="post"> | ||||
|       <p>Provide your handle or DID to authorize an existing account with PDS. | ||||
|       <br>You can also supply a PDS/entryway URL (eg, <code>https://pds.example.com</code>).</p> | ||||
|     <fieldset role="group"> | ||||
|       <input name="username" id="username" placeholder="handle.example.com" style="font-family: monospace,monospace;" required> | ||||
|       <input type="submit" value="Login"> | ||||
|     </fieldset> | ||||
|   </form> | ||||
| </article> | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user