From 7d14b16ca021c509f4801e2b05f6a51f17019c31 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 22 Nov 2022 15:41:59 +0100 Subject: [PATCH] OAuth simplification --- oauth/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oauth/index.html b/oauth/index.html index bac10eecf2..81e36b7ddb 100644 --- a/oauth/index.html +++ b/oauth/index.html @@ -1,9 +1,9 @@ - + FairEmail - OAuth - + @@ -20,7 +20,7 @@ function load() { document.getElementById('oauth').addEventListener('click', oauth); - document.getElementById('year').textContent= new Date().getFullYear(); + document.getElementById('year').textContent = new Date().getFullYear(); try { var url = new URL(window.location.href); @@ -44,7 +44,7 @@

FairEmail

-

FairEmail

+

FairEmail

🛡 OAuth

to the app