mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Remove unnecessary forgot password link in delete user section (#28355)
Before: <img width="458" alt="image" src="https://github.com/go-gitea/gitea/assets/18380374/92815496-38cc-4bb9-9182-1509a72b07f6"> After: 
This commit is contained in:
		
					parent
					
						
							
								4f04ab2586
							
						
					
				
			
			
				commit
				
					
						3849fd2ac2
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -149,7 +149,6 @@
 | 
			
		|||
					<button class="ui red button delete-button" data-modal-id="delete-account" data-type="form" data-form="#delete-form">
 | 
			
		||||
						{{ctx.Locale.Tr "settings.confirm_delete_account"}}
 | 
			
		||||
					</button>
 | 
			
		||||
					<a href="{{AppSubUrl}}/user/forgot_password?email={{.Email}}">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
 | 
			
		||||
				</div>
 | 
			
		||||
			</form>
 | 
			
		||||
		</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue