HOT fix: add message in login_popup_end.html to work around Twitter issues

In case of logging through Twitter, we don't have access to
window.opener, so we cannot close the window and tell uMap to
finish the login process.
This commit is contained in:
Yohan Boniface 2023-05-25 19:57:52 +02:00
parent 70d99748bc
commit 33b40f63b2

View file

@ -1,5 +1,5 @@
{% load i18n %} {% load i18n %}
<h3>{% trans "You are logged in. Continuing..." %}</h3> <h3>{% trans "You are logged in. Continuing..." %} ({% trans "if this window/tab does not close, you can close it, you are authenticated anyway." %})</h3>
<script type="text/javascript"> <script type="text/javascript">