-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sign-up): sms marketing consent (#9679)
* feat(sign-up): update sign up page display ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> * feat(sign-ip): adding phone type to sign up ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> * feat(sign-up): adding sms consent ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> * feat(sign-up): miscellaneous fixes ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> * fix(i18n): add missing translations [CDS 2403] Signed-off-by: CDS Translator Agent <[email protected]> * feat(sign-up): consent request management ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> * feat(sign-up): restrict request for us ref: MANAGER-11426 Signed-off-by: Jacques Larique <[email protected]> --------- Signed-off-by: Jacques Larique <[email protected]> Signed-off-by: CDS Translator Agent <[email protected]> Co-authored-by: Jacques Larique <[email protected]>
- Loading branch information
1 parent
d444ad9
commit 23d44a8
Showing
20 changed files
with
215 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ export default { | |
onRulesUpdated: '&', | ||
model: '=', | ||
isValid: '=', | ||
smsConsent: '=', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/manager/modules/sign-up/src/form/details/details.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.