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