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 @@ -
Enter your credentials to continue
Enter your credentials to continue