Somashekar B R

Results 1 comments of Somashekar B R

if (!userExists) { await User.create({ email: profile.email, username: profile.name.replaceAll(" ", "").toLowerCase(), image: profile.picture, }); } added .replaceAll(" ", "").toLowerCase(),