-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Registration Page #157
Merged
AdityaKhatri
merged 2 commits into
project/phase-2-dummy-pages
from
feature/register-page
Nov 21, 2024
Merged
Add Registration Page #157
AdityaKhatri
merged 2 commits into
project/phase-2-dummy-pages
from
feature/register-page
Nov 21, 2024
Conversation
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
roshni73
force-pushed
the
feature/register-page
branch
from
October 29, 2024 03:58
be44b3b
to
35603d8
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
October 29, 2024 04:02
35603d8
to
715b6d4
Compare
AdityaKhatri
requested changes
Oct 29, 2024
Comment on lines
+221
to
+189
const loginInfo = resolveToComponent(strings.registerAccountPresent, { | ||
loginLink: ( |
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 is this called loginInfo? Shouldn't it be registerInfo?
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 it contains information related to login, specifically a link to the login page.
AdityaKhatri
requested changes
Oct 29, 2024
AdityaKhatri
changed the base branch from
develop
to
project/phase-2-dummy-pages
October 29, 2024 10:41
roshni73
force-pushed
the
feature/register-page
branch
from
November 7, 2024 09:34
6d09c3c
to
09e9e0d
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
November 7, 2024 09:35
09e9e0d
to
ed2ee4d
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
November 21, 2024 08:02
c5eff62
to
4f10205
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
November 21, 2024 09:32
4f10205
to
d32206b
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
November 21, 2024 11:00
d32206b
to
01cbace
Compare
roshni73
force-pushed
the
feature/register-page
branch
from
November 21, 2024 11:04
01cbace
to
73a64aa
Compare
Remove unnecessary required fields
AdityaKhatri
force-pushed
the
feature/register-page
branch
from
November 21, 2024 11:21
73a64aa
to
8f84b58
Compare
AdityaKhatri
approved these changes
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Addresses:
Changes
This PR doesn't introduce:
console.log
meant for debugging