genSalt(10); user.password = await bcrypt.hash(user.password, salt); return await user.save(); }. origin: alexmngn/react-native-authentication ...
確定! 回上一頁