diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/templates/o_auth/o_auth/show.html.eex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex index 68b095c87..986baa966 100644 --- a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex +++ b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex @@ -25,7 +25,10 @@ <% end %> <%= if @user do %> - <%= submit "Authorize" %> + <div class="actions"> + <a class="button button--cancel" href="/">Cancel</a> + <%= submit "Approve", class: "button--approve" %> + </div> <% else %> <%= if @params["registration"] in ["true", true] do %> <h3>This is the first time you visit! Please enter your Pleroma handle.</h3> |