From 7b65820b7308538540b240decc0b178df76190e4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 25 May 2023 19:57:52 +0200 Subject: [PATCH] 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. --- umap/templates/umap/login_popup_end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html index fe2c1bfc..cc8fd95d 100644 --- a/umap/templates/umap/login_popup_end.html +++ b/umap/templates/umap/login_popup_end.html @@ -1,5 +1,5 @@ {% load i18n %} -

{% trans "You are logged in. Continuing..." %}

+

{% trans "You are logged in. Continuing..." %} ({% trans "if this window/tab does not close, you can close it, you are authenticated anyway." %})