-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: As a customer, I want to request OTP and use it to register an account on B2C Composable Storefront #19828
feat: As a customer, I want to request OTP and use it to register an account on B2C Composable Storefront #19828
Conversation
adapt copyright
add e2e test
Merge Checks Failed
|
@@ -16,7 +16,7 @@ | |||
"wrongEmailFormat": "This is not a valid email format." | |||
}, | |||
"verificationTokenForm": { | |||
"createVerificationToken": "Verification code sent to {{target}}. Please check and enter the code.", | |||
"createVerificationToken": "Verification code has been sent to {{target}}. Please enter the code.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not modify existing one, add a new one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refer to mockup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what grace said is always use new entry when you want to update text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX inform me to modify this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX does't know the detail of how to make code backward compatibility....
Any text change is not allowed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok got it!
feature-libs/user/profile/assets/translations/en/userProfile.json
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.module.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.component.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.component.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-register-component.service.ts
Outdated
Show resolved
Hide resolved
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Outdated
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/core/connectors/user-profile.adapter.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/occ/adapters/occ-user-profile.adapter.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/root/facade/registration-verification-token.facade.ts
Outdated
Show resolved
Hide resolved
fix pr issue
fix sonar issue
Merge Checks Failed
|
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
fix code review comments
fix code review comments
Merge Checks Failed
|
fix code review comments
@Injectable() | ||
export class RegistrationVerificationTokenFormComponentService { | ||
constructor( | ||
protected globalMessageService: GlobalMessageService, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use inject instead of constructor
fix code review comments
7fc7c43
into
feature/register-otp-rate-limit
JIRA tciket: https://jira.tools.sap/browse/CXSPA-3919