OAuth website update

This commit is contained in:
M66B 2020-08-06 22:23:20 +02:00
parent d0dd9e677d
commit eb130c7a42
1 changed files with 3 additions and 3 deletions

View File

@ -22,17 +22,17 @@
} }
function oauth() { function oauth() {
document.location = 'eu.faircode.email://oauth' + window.location.search; document.location.href = 'eu.faircode.email://oauth' + window.location.search;
} }
</script> </script>
</head> </head>
<body> <body>
<h1>FairEmail</h1> <h1>FairEmail</h1>
<p><img src="/ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p> <p><img src="ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
<h2>OAuth</h2> <h2>OAuth</h2>
<p><button id="oauth">Continue</button></p> <p><button id="oauth">Continue</button></p>
<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript> <noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
<br /> <br>
<p><a href="https://github.com/M66B/open-source-email/blob/master/PRIVACY.md">Privacy policy</a></p> <p><a href="https://github.com/M66B/open-source-email/blob/master/PRIVACY.md">Privacy policy</a></p>
<p>Copyright &copy; 2018&ndash;<span id="year">2020</span> by Marcel Bokhorst (M66B)</p> <p>Copyright &copy; 2018&ndash;<span id="year">2020</span> by Marcel Bokhorst (M66B)</p>
</body> </body>