Commit 159c151564f465ba7c5e6ce6520417a0e47f7415

Authored by Andrey Karpikov
1 parent 839df1eb

add apple auth button

@@ -9,8 +9,9 @@ @@ -9,8 +9,9 @@
9 <script type="text/javascript"> 9 <script type="text/javascript">
10 AppleID.auth.init({ 10 AppleID.auth.init({
11 clientId : 'com.appdocks8', 11 clientId : 'com.appdocks8',
12 - scope : 'email name', 12 + scope : 'name email',
13 redirectURI : 'https://www.appdocks8.com/register', 13 redirectURI : 'https://www.appdocks8.com/register',
  14 + state: "origin:web",
14 usePopup : true 15 usePopup : true
15 }); 16 });
16 17
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.315" 2 + VERSION = "0.0.316"
3 end 3 end