forked from NYANDEV/forgejo
Fix delete u2f keys modal (#18040)
This commit is contained in:
parent
bcc13f3889
commit
ce840bb177
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{{range .U2FRegistrations}}
|
||||
<div class="item">
|
||||
<div class="right floated content">
|
||||
<button class="ui red tiny button delete-button" id="delete-registration" data-url="{{$.Link}}/u2f/delete" data-id="{{.ID}}">
|
||||
<button class="ui red tiny button delete-button" data-modal-id="delete-registration" data-url="{{$.Link}}/u2f/delete" data-id="{{.ID}}">
|
||||
{{$.i18n.Tr "settings.delete_key"}}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue