Preserve state in oauth
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / show.html.eex
index ce295ed059a965f18766eb80efc3ac9dcb973c0c..3c6903a16c775522873f17f6cae0ba93cf7f6c93 100644 (file)
@@ -10,5 +10,6 @@
 <%= hidden_input f, :response_type, value: @response_type %>
 <%= hidden_input f, :redirect_uri, value: @redirect_uri %>
 <%= hidden_input f, :scope, value: @scope %>
+<%= hidden_input f, :state, value: @state%>
 <%= submit "Authorize" %>
 <% end %>