We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Regenerate Secret
1 parent 00b98bc commit 426a49dCopy full SHA for 426a49d
templates/user/settings/applications_oauth2_edit_form.tmpl
@@ -26,7 +26,7 @@
26
<form class="ui form ignore-dirty" action="{{.FormActionPath}}/regenerate_secret" method="post">
27
{{.CsrfTokenHtml}}
28
{{.locale.Tr "settings.oauth2_regenerate_secret_hint"}}
29
- <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>
30
</form>
31
</div>
32
0 commit comments