14 lines
585 B
Plaintext
14 lines
585 B
Plaintext
<section class="sessions shadow">
|
|
<div class="content">
|
|
<h2>Authorization denied</h2>
|
|
<p class="margin15 light">You have denied the oauth access for <%= @token.client_application.user.username %>. You can change this setting later if you reconsider.</p>
|
|
</div>
|
|
<div class="footer">
|
|
<p class="center light"><%= link_to "Forgot password?",forget_password_url %> · <%= link_to "Create an account", "https://carto.com/signup" %></p>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="short">
|
|
<h1><%= link_to 'CARTO', CartoDB.path(self, 'root'), :class => "cartodb" %></h1>
|
|
</footer>
|