Commit 839df1ebe68a7916746a057b94aa89d7f3ffbdbf

Authored by Andrey Karpikov
1 parent 36b2f8c1

add apple auth button

... ... @@ -17,6 +17,8 @@
17 17 document.addEventListener('AppleIDSignInOnSuccess', (event) => {
18 18 alert('success');
19 19 // Handle successful response.
  20 + console.log(event);
  21 + console.log(event.detail);
20 22 console.log(event.detail.data);
21 23 });
22 24
... ...
1 1 module Kanjai
2   - VERSION = "0.0.314"
  2 + VERSION = "0.0.315"
3 3 end
... ...