Skip to content

Commit

Permalink
Create authentication_error.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke committed Dec 11, 2023
1 parent cbe456c commit bcc5710
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/accounts/templates/socialaccount/authentication_error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% load crispy_forms_filters %}

{% block title %}Connected Account Sign In Failure{% endblock %}

{% block content %}

<h1>Sign In Failure</h1>

<p>An error occurred while attempting to login via your connected account</p>
{% endblock content %}

0 comments on commit bcc5710

Please sign in to comment.