Pierre Hubert
9b18b787a9
All checks were successful
continuous-integration/drone/push Build is passing
Let BasicOIDC delegate authentication to upstream providers (Google, GitHub, GitLab, Keycloak...) Reviewed-on: #107
13 lines
352 B
HTML
13 lines
352 B
HTML
{% extends "base_login_page.html" %}
|
|
{% block content %}
|
|
|
|
<div class="alert alert-danger" style="margin-bottom: 10px;">
|
|
<strong>Authentication failed!</strong>
|
|
|
|
<p style="margin-top: 10px; text-align: justify;">{{ message }}</p>
|
|
</div>
|
|
|
|
<a href="/login?redirect={{ _p.redirect_uri.get_encoded() }}">Go back to login</a>
|
|
|
|
|
|
{% endblock content %} |