ZiNai

Results 1 comments of ZiNai

> if (userSession.isSignInPending()) { > const asyncPendingLogin = async () => { > await userSession.handlePendingSignIn(); > const user = await User.createWithCurrentUser(); > await user.save(); > // console.log('new user', user); >...