Skip to content

Commit

Permalink
Merge pull request #523 from artsy/leodmz_signuplogin
Browse files Browse the repository at this point in the history
feat: adding a value for the new first step of the signup flow
  • Loading branch information
leodmz authored Aug 27, 2024
2 parents e12f4b5 + 76b6e2d commit d168296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Schema/Events/Authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

/**
Expand Down

0 comments on commit d168296

Please sign in to comment.