mirror of https://github.com/M66B/FairEmail.git
parent
d741a6bab0
commit
47f546c2f7
@ -1,23 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>FairEmail - OAuth</title>
|
|
||||||
<script>
|
|
||||||
function oauth() {
|
|
||||||
document.location = '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>
|
|
||||||
<h2>OAuth</h2>
|
|
||||||
<p><button onclick="oauth()">Continue</button></p>
|
|
||||||
<br />
|
|
||||||
<p><a href="https://email.faircode.eu/privacy/">Privacy policy</a></p>
|
|
||||||
<p>Copyright © 2018-2019 M. Bokhorst (M66B)</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in new issue