Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Auth0 integration and Login Success page #7

Merged
merged 10 commits into from
May 21, 2024

Conversation

NicoMorenoSirius
Copy link
Contributor

@NicoMorenoSirius NicoMorenoSirius commented May 17, 2024

Integration between extension and the login token is made here

@NicoMorenoSirius NicoMorenoSirius marked this pull request as ready for review May 20, 2024 21:10
@NicoMorenoSirius NicoMorenoSirius requested a review from elg0nz May 21, 2024 15:50
Copy link
Contributor

@elg0nz elg0nz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks solid! Just left one small nitpick about the digit handling logic, but it can wait until the next PR.

🚢

</div>
<>
<div className={styles.inputContainer}>
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This component is getting pretty packed with logic. It’s fine for now, but if we keep adding features, we might want to think about breaking some of this out into its own component.

I don’t want to mess with the “insertFromPaste,” so feel free to just leave a “TODO” comment for now.

Just keeping an eye on this complexity because React makes it so easy to get these things dirty and unmanageable!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you're right. I'll add a TODO comment.
Thanks!

() => setSubmittedEmail(inputValue),
() => {
setSubmittedEmail('')
// TODO better error showing for the user
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 we'll mention this to our designer.

@NicoMorenoSirius NicoMorenoSirius merged commit d2821fd into main May 21, 2024
2 checks passed
@NicoMorenoSirius NicoMorenoSirius deleted the 86b0e3ce9-auth0-integration branch May 21, 2024 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants