From 320ab884bfcc8004415806fd607751512b52951a Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 12 Jul 2022 12:14:55 +0200 Subject: [PATCH] Show OAuth errors (2) --- oauth/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth/index.html b/oauth/index.html index 41d26a39b7..318d061385 100644 --- a/oauth/index.html +++ b/oauth/index.html @@ -26,7 +26,7 @@ var url = new URL(window.location.href); var error = url.searchParams.get('error'); if (error) { - document.getElementById('error').innerText = error; + document.getElementById('error').innerHTML = 'The email server said: ' + error + ''; document.getElementById('error').style.display = 'block'; } } catch (error) { @@ -43,7 +43,7 @@

FairEmail

FairEmail

🛡 OAuth

- +

to the app