Ashutosh Bhadauriya

Results 8 comments of Ashutosh Bhadauriya

@scopsy thanks for asking. Yes, I have view access to the file.

@AshfaqKabir nope I'm not

For some reason, my formatter has changed the order of tailwind classes and imports on this page. Please let me know if that works, otherwise will change it. Thanks!

Currently, we have a single event called `onAuthFlowCompleted` that gets triggered for both user sign-up and sign-in processes. This makes it challenging to differentiate when a new user has signed...

Hey @shricodev dynamic import importing the component when using it, fixes this issue. Have you tried that ```js import dynamic from 'next/dynamic'; const HankoAuth = dynamic(() => import('@/components/HankoAuth'), { ssr:...