Commit 159c151564f465ba7c5e6ce6520417a0e47f7415

Authored by Andrey Karpikov
1 parent 839df1eb

add apple auth button

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