Skip to content

Commit

Permalink
Merge pull request #631 from JohnathanWhite/feat/signup-attribute
Browse files Browse the repository at this point in the history
Braze - Signup Attribute
  • Loading branch information
JohnathanWhite authored Jan 13, 2023
2 parents d8bc35b + af0fbfc commit bed68cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/auth/auth.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface RegisterParams {
email: string;
agreedToTOSandPP: boolean;
gCaptchaResponse?: string;
attribute: 'App Signup';
}

export interface RegisterResponse {
Expand Down
1 change: 1 addition & 0 deletions src/store/bitpay-id/bitpay-id.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const startCreateAccount =
salt: salt,
agreedToTOSandPP: params.agreedToTOSandPP,
gCaptchaResponse: params.gCaptchaResponse,
attribute: 'App Signup',
});

// refresh session
Expand Down

0 comments on commit bed68cb

Please sign in to comment.