diff --git a/oauth/index.html b/oauth/index.html index 37a0c51bb5..b5e0999508 100644 --- a/oauth/index.html +++ b/oauth/index.html @@ -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; }
Copyright © 2018–2020 by Marcel Bokhorst (M66B)