mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
OAuth website update
This commit is contained in:
parent
d0dd9e677d
commit
eb130c7a42
1 changed files with 3 additions and 3 deletions
|
@ -22,17 +22,17 @@
|
|||
}
|
||||
|
||||
function oauth() {
|
||||
document.location = 'eu.faircode.email://oauth' + window.location.search;
|
||||
document.location.href = 'eu.faircode.email://oauth' + window.location.search;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<p><button id="oauth">Continue</button></p>
|
||||
<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>Copyright © 2018–<span id="year">2020</span> by Marcel Bokhorst (M66B)</p>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue