-
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 request registration of a B2B customer on Composable Storefront #19839
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7c9d798
CXSPA-8772:draft
i53577 3f2b357
CXSPA-8772:finish funciton development
i53577 306da9c
CXSPA-8772:fix lable to remove optional
i53577 05dccbe
Add license header
github-actions[bot] da1ea76
CXSPA-8773: move files from account to orgnization
i53577 ce3577d
CXSPA-8773: format code
i53577 e0b7f97
CXSPA-8773: remove service
i53577 5553bc0
CXSPA-8773: add ut
i53577 e14d1f5
CXSPA-8773: add tabing order e2e test
i53577 5b52865
CXSPA-8773: add e2e test
i53577 8bee5ef
Merge branch 'develop' into feature/CXSPA-8773
i53577 65a8a56
CXSPA-8773: revert unused change
i53577 444ebe5
Merge branch 'feature/CXSPA-8773' of github.com:SAP/spartacus into fe…
i53577 189882b
CXSPA-8773: revert unused change
i53577 aa8d4b5
CXSPA-8773: revert unused change
i53577 3b6f9e0
CXSPA-8773: address comments
i53577 11041a3
Merge branch 'develop' into feature/CXSPA-8773
i53577 4beec7a
CXSPA-8773: rename cms component
i53577 1c93fd1
Merge branch 'feature/CXSPA-8773' of github.com:SAP/spartacus into fe…
i53577 2ef7ab1
Merge branch 'develop' into feature/CXSPA-8773
i53577 3c6e728
CXSPA-8773: rename form name
i53577 e312e3b
Merge branch 'feature/CXSPA-8773' of github.com:SAP/spartacus into fe…
i53577 1dc0656
CXSPA-8773: resolve conflict
i53577 76c01bf
CXSPA-8773: resolve conflict
i53577 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 8 additions & 0 deletions
8
feature-libs/organization/user-registration/components/registration-otp-form/index.ts
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* SPDX-FileCopyrightText: 2025 SAP Spartacus team <spartacus-team@sap.com> | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
export * from './user-registration-otp-form.component'; | ||
export * from './user-registration-otp-form.module'; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why do we need to define different labels when enable OTP or not
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.
Because the ux give different mockup for OTP enabled.