diff --git a/oauth/index.html b/oauth/index.html index 318d061385..bac10eecf2 100644 --- a/oauth/index.html +++ b/oauth/index.html @@ -26,12 +26,15 @@ var url = new URL(window.location.href); var error = url.searchParams.get('error'); if (error) { - document.getElementById('error').innerHTML = 'The email server said: ' + error + ''; + document.getElementById('errmsg').innerText = error; document.getElementById('error').style.display = 'block'; } } catch (error) { console.error(error); } + + document.getElementById('debug').innerText = window.location.search; + document.getElementById('debug').style.display = 'none'; } function oauth() { @@ -43,8 +46,9 @@

FairEmail

FairEmail

🛡 OAuth

- +

to the app

+

What is OAuth?