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 d7efbf184..68b095c87 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 @@ -9,46 +9,47 @@ <%= if @user do %>
Application <%= @app.client_name %> is requesting access to your account.
- <%= render @view_module, "_scopes.html", Map.merge(assigns, %{form: f}) %> -<% end %> - -<%= if @user do %> - <%= submit "Authorize" %> -<% else %> - <%= if @params["registration"] in ["true", true] do %> -Choose carefully! You won't be able to change this later. You will be able to change your display name, though.
-Application <%= @app.client_name %> is requesting access to your account.
+ <%= render @view_module, "_scopes.html", Map.merge(assigns, %{form: f}) %> <% end %> -<% end %> + + <%= if @user do %> + <%= submit "Authorize" %> + <% else %> + <%= if @params["registration"] in ["true", true] do %> +Choose carefully! You won't be able to change this later. You will be able to change your display name, though.
+