Stopping newly created users to login automatically after user account creation

Actions & Logic

Hi, I hope everyone is doing well.

I have an app where one of it's main functions is account creation. I already have a logged-in user, but when I create a new user using FlutterFlow with Supabase authentication, the newly created user is automatically logged in, and the initial user is logged out. Is there a way to prevent this auto-login, or will I need to write custom code to handle creating new user accounts?

Thank you for the help in advance.

What have you tried so far?

I've tried looking into using Flutterflow custom authentication but I'm having trouble understanding the logic needed to make it work with Supabase

Did you check FlutterFlow's Documentation for this topic?
Yes