metamaps--metamaps/views/doorkeeper/authorizations/show.html.erb
Connor Turland 36a58e4bf3 remove stuff
2018-02-15 13:47:28 -05:00

12 lines
244 B
Plaintext

<div id="yield">
<div class="centerContent">
<header class="page-header">
<h2><%= t('.title') %></h2>
</header>
<main role="main">
<code id="authorization_code"><%= params[:code] %></code>
</main>
</div>
</div>