Hello everyone! I’m building this app that needs the user to sign up. But, I want to configure it with a constraint that the only way to signup is if you have a specific domain.
For example. Imagine I restricted access to only users with the domain @hello.com
. I only want to allow people that have that domain on their emails. If the user has an email with a domain different from that such as @gmail.com or @bubble.com
, he can’t sign up for the app.
Is there any way to do that on Bubble?
Thanks in advance!