diff --git a/resources/html-templates/login.html b/resources/html-templates/login.html index c6cb824..4e50d52 100644 --- a/resources/html-templates/login.html +++ b/resources/html-templates/login.html @@ -347,6 +347,8 @@ setText($('title'), 'Sign in with an app'); setText($('subtitle'), 'This page is opened automatically by your mail, calendar or contacts app to authorize access to your account.'); showError('This sign-in page cannot be used directly. Please start the sign-in from your app instead. (The required "redirect_uri" parameter is missing.)'); + // The logo loader below never runs on this path, so reveal the default logo here. + $('logo-wrap').removeAttribute('data-loading'); return; } diff --git a/resources/html-templates/login.html.min b/resources/html-templates/login.html.min index 2b8bcfa..52a8a83 100644 --- a/resources/html-templates/login.html.min +++ b/resources/html-templates/login.html.min @@ -1 +1 @@ - Sign in · INBUXA

Sign in

Enter your credentials to continue

\ No newline at end of file + Sign in · INBUXA

Sign in

Enter your credentials to continue

\ No newline at end of file diff --git a/resources/html-templates/login.html.min.gz b/resources/html-templates/login.html.min.gz index 475be43..1b0af21 100644 Binary files a/resources/html-templates/login.html.min.gz and b/resources/html-templates/login.html.min.gz differ