diff --git a/src/Schema/Events/Authentication.ts b/src/Schema/Events/Authentication.ts index c7c97d03..c5627d65 100644 --- a/src/Schema/Events/Authentication.ts +++ b/src/Schema/Events/Authentication.ts @@ -149,6 +149,8 @@ export enum AuthModalType { login = "login", /** Sign up for a new account */ signup = "signup", + /** Fill out your email to enter the signup or login flow */ + welcome = "welcome", } /**