mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 06:09:07 +01: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: ![image](https://github.com/go-gitea/gitea/assets/18380374/d96ed908-47ad-44cc-a624-4c10fa8c8c86)
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">
|
<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"}}
|
{{ctx.Locale.Tr "settings.confirm_delete_account"}}
|
||||||
</button>
|
</button>
|
||||||
<a href="{{AppSubUrl}}/user/forgot_password?email={{.Email}}">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue