Module "Helpers/Authentication/CreatedAccount"
Functions
Const createdAccount
-
Parameters
-
-
authRedirect: string
-
-
copy: undefined | string
-
-
onboarding: undefined | false | true
-
service: "apple" | "email" | "facebook"
-
triggerSeconds: undefined | number
-
userId: string
Action fired when a user creates an account
createdAccount({ authRedirect: "https://artsy.net/artist/andy-warhol", contextModule: ContextModule.popUpModal, copy: "Sign up to follow artists", intent: Intent.viewArtist, onboarding: true, service: "email", triggerSeconds: 3, userId: "5bd8b675776bd6002c86526c" })