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

7 lines
184 B
Plaintext
Raw Normal View History

2024-04-06 13:25:13 +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>