Skip to content

Commit

Permalink
(chore) add hook
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Jul 15, 2021
1 parent 0ac18f8 commit a200fbe
Show file tree
Hide file tree
Showing 3 changed files with 7,327 additions and 2 deletions.
5 changes: 5 additions & 0 deletions functions/onAuthDataTransform.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var AV = require('leanengine');

AV.Cloud.onAuthDataTransform((request) => {
console.log("onAuthDataTransform", request);
});
Loading

0 comments on commit a200fbe

Please sign in to comment.