Sign up with Email/Google

Hello guys,

I enabled the Signup with google, but normally when users signup with email i send them an OTP with make.com, and after entering the correct OTP, Make marks them as “Verified” in the database. In Google’s case no need to do that!

So the question is, how to know if the user signs up with email or Google, so I can redirect them to the right place?

Thanks

@islamnazmi internally we know that but not sure if we expose it… if we expose it into window.logged_in_user would it help ? can you use it somehow ?

In Airtable there’s an automation that send a mailhook to run the OTP scenario in Make everytime a new user is added to the Users table.

So how can I use window.logged_in_user in that case?