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:
parent
a462a58ae0
commit
7b65820b73
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% 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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue