Merge remote-tracking branch 'origin/develop' into feature/bbs
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / consumer.html.eex
index 9365c7c441b714d9134ffd6bb280882522ef7814..4bcda7300e651a8625d79ac6394841b8a6715fe8 100644 (file)
@@ -1,8 +1,6 @@
-<br>
-<br>
 <h2>Sign in with external provider</h2>
 
-<%= form_for @conn, o_auth_path(@conn, :prepare_request), [method: "get"], fn f -> %>
+<%= form_for @conn, o_auth_path(@conn, :prepare_request), [as: "authorization", method: "get"], fn f -> %>
   <%= render @view_module, "_scopes.html", Map.put(assigns, :form, f) %>
 
   <%= hidden_input f, :client_id, value: @client_id %>