<%= @client.client_name %> wants to access your account

<%= form_tag Routes.oauth_path(@conn, :authorize_post), method: :post do %> <%= if @state do %> <% end %>
<%= submit "Grant access", class: "btn btn-primary" %>

To reject the request, close this page.

<% end %>