Adding ability to resend verification emails #1560
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#1560
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#1492 - Ability to Resend verification emails.
Added the ability to resend verification emails when on the screen where the user enters the verification code that they receive via email.
This is still a WIP and I just wanted to get an early review of the code and placement of the 'Resend Verification Email' button.
I have some questions/thoughts off the top of my head:
Preview
P.S: This is one of the first React and Redux apps that I am working on, still trying to grasp the concepts of reducers, actions, selectors etc., forgive me if there are any silly mistakes! :-)
Oops! Looks like a connectivity issue broke the build! Bad omen for my first PR! :D
@amitnndn This is great! I didn't even know about the
resend_token
api call. Just a couple comments, the resend button should probably use thebutton="link"
prop so it isn't as far to to the right. Also only the word"Resend"
should be capitalized."Resend verification email"
I don't think we need any sort of help text, or to disable the button for a certain time. It is pretty straightforward and our emails are usually sent pretty fast.
Great work!
Thank you @seanyesmunt! I have changed updated the code as per your comments. Do you have any idea why the Travis CI builds might be failing? It shows a connectivity error, I am not sure if something I added is breaking it.
@amitnndn Looks like it's running now. Sometimes Travis just acts a little wonky 🙂
@amitnndn build passed 🙂
I'll give this a test tomorrow morning but looks good.
@seanyesmunt Thank you! Let me know if you have any questions!
@amitnndn, thanks for your first contribution! Please review our contributing guide if you have not done so already. Also, click here if you are interested in an LBC tip for your work :)
We'll also be adding you to our developer mailing list so we can keep in touch (you can unsubscribe anytime!).
To answer your question about changing the email, the short-term fix for that would be: https://github.com/lbryio/lbry-app/issues/997 (longer term - https://github.com/lbryio/lbry-app/issues/926)
Working great! Thanks for the contribution! 🙂
@tzarebczan @seanyesmunt Thank you very much! Looking forward to taking up more issues in my spare time! 👍