cartodb/app/views/carto/oauth_provider/_errors.html.erb

7 lines
184 B
Plaintext
Raw Normal View History

2020-06-15 10:58:47 +08:00
<div class='oauth-error'>
<h3 class='oauth-error__title'>Technical details:</h3>
<ul class='oauth-error__list'>
<li class='oauth-error__item'><%= @error %></li>
</ul>
</div>