Pin Verification If Statement Logic

I'm trying to create an If statement in my login process. I can't figure out how to make this happen. Here's what I'm trying to accomplish.

<IF> the user is new, navigate to the [Add Details] page.

<ELSE> Navigate user to [dashboard]

My user Auth is a phone number and pin-code verification widget. So new users and returning users will always use the same page and components to log in.

1 reply