From 8234b72fc3fb4b3bf6cee8ff1ba3c38f738e8620 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Thu, 14 May 2026 20:20:21 -0700 Subject: [PATCH] Improve login UI: logo, forgot link, OIDC divider --- src/gui/src/UI/UIWindowLogin.js | 11 ++++++----- src/gui/src/UI/UIWindowSignup.js | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/gui/src/UI/UIWindowLogin.js b/src/gui/src/UI/UIWindowLogin.js index 241595db5..50477179a 100644 --- a/src/gui/src/UI/UIWindowLogin.js +++ b/src/gui/src/UI/UIWindowLogin.js @@ -274,7 +274,7 @@ async function UIWindowLogin (options) { let h = ''; h += '
'; // logo - const logo_clickable = !!options.window_options?.cover_page; + const logo_clickable = !!options.window_options?.cover_page && !window.embedded_in_popup; h += '
'; h += ``; h += '
'; @@ -298,7 +298,10 @@ async function UIWindowLogin (options) { h += '
'; // password h += '
'; - h += ``; + h += '
'; + h += ``; + h += `${i18n('forgot_pass_c2a')}`; + h += '
'; h += ``; // show/hide icon h += ` @@ -307,11 +310,9 @@ async function UIWindowLogin (options) { h += '
'; // login h += ``; - // password recovery - h += `

${i18n('forgot_pass_c2a')}

`; // OIDC h += '