From 50091ec0facf6e2db71871bce7efc51f4c2957d4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 26 May 2023 16:46:35 +0200 Subject: [PATCH] Redirect to "user_maps" at login end when window.opener is not accessibile This is the case for Twitter. We'll try to refactor the process later, but let's make it "acceptable" for now. cf #1097 --- umap/templates/umap/login_popup_end.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html index cc8fd95d..459d5547 100644 --- a/umap/templates/umap/login_popup_end.html +++ b/umap/templates/umap/login_popup_end.html @@ -1,12 +1,15 @@ {% load i18n %} -

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

+

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