1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-09 22:36:19 +02:00

Change `Regenerate Secret` button display (#25534)

Fixes #25527

Preview:

![grafik](https://github.com/go-gitea/gitea/assets/1666336/a84ad1ba-43e6-42e5-a0e2-585fb226875d)
This commit is contained in:
KN4CK3R 2023-06-27 17:20:52 +02:00 committed by GitHub
parent 00b98bc8e0
commit 426a49d481
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>