Skip to content

Commit

Permalink
Change Regenerate Secret button display (go-gitea#25534) (go-gitea#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot and KN4CK3R committed Jun 27, 2023
1 parent 614d6df commit 102dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/settings/applications_oauth2_edit_form.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<form class="ui form ignore-dirty" action="{{.FormActionPath}}/regenerate_secret" method="post">
{{.CsrfTokenHtml}}
{{.locale.Tr "settings.oauth2_regenerate_secret_hint"}}
<button class="btn interact-bg" type="submit">{{.locale.Tr "settings.oauth2_regenerate_secret"}}</button>
<button class="ui mini button gt-ml-3" type="submit">{{.locale.Tr "settings.oauth2_regenerate_secret"}}</button>
</form>
</div>
</div>
Expand Down

0 comments on commit 102dcfa

Please sign in to comment.