Manoj Kumar Mishra

Results 2 comments of Manoj Kumar Mishra

Is stopAtFirstError really working for someone, I am trying to configure it as below and its not working at all. Is there something I am missing in configuration. ` app.useGlobalPipes(...

As mentioned by @kasvith and @MomenSherif , we can use @react-oauth/google and get the userInfo as below ``` import { GoogleOAuthProvider } from '@react-oauth/google'; import { GoogleLogin } from '@react-oauth/google';...