mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 21:26:05 -05:00
feat: RBAC + SAML support
This commit is contained in:
13
templates/socialaccount/login_redirect.html
Normal file
13
templates/socialaccount/login_redirect.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% load i18n allauth %}
|
||||
<head>
|
||||
<title>{% translate "Sign In" %} | {{ provider }}</title>
|
||||
<meta http-equiv="refresh" content="0;URL='{{ redirect_to }}'" />
|
||||
</head>
|
||||
<body>
|
||||
{% element p %}
|
||||
<a href="{{ redirect_to }}">{% translate "Continue" %}</a>
|
||||
{% endelement %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user