21 lines
		
	
	
		
			408 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			408 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h1>Your settings</h1>
 | |
| 
 | |
| <div class="box flex-column">
 | |
| 	<h2>Appearance</h2>
 | |
| 
 | |
| 	<tf-theme-picker></tf-theme-picker>
 | |
| </div>
 | |
| 
 | |
| <div class="box flex-column">
 | |
| 	<h2>Danger Zone</h2>
 | |
| 
 | |
| 	<h3>Change my password</h3>
 | |
| 	<tf-password-form></tf-password-form>
 | |
| 
 | |
| 	<h3>Manage your identities</h3>
 | |
| 	<tf-identity-manager></tf-identity-manager>
 | |
| 
 | |
| 	<h3>Delete your account</h3>
 | |
| 	<tf-delete-account-btn></tf-delete-account-btn>
 | |
| </div>
 |