feat(auth): pre-fill email address in org invite registration - #122473
feat(auth): pre-fill email address in org invite registration#122473mayuriphad wants to merge 1 commit into
Conversation
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
|
nice, thanks for picking this up! just a heads up on scope — this touches also, since it's just I put up a fix for the prod path here if it's useful as a reference: #122430 (+ #122431 for the accept-invite screen itself). Happy to help however's useful! |
Resolves #121594 by properly passing \invite_email\ to the frontend context and pre-filling it on the registration form.