mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
9 lines
224 B
Text
9 lines
224 B
Text
<div class="center-block center-block-narrow">
|
|
<header class="page-header">
|
|
<h1><%= t('.title') %>:</h1>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<code id="authorization_code"><%= params[:code] %></code>
|
|
</main>
|
|
</div>
|