* Rename `checkSecondaryEmailConfirmationCode` to `checkAddSecondaryEmailConfirmationCode`
* Create function `sendCodeAndStoreInSession`
* Create function `sendExistingSecondaryEmailConfirmationCode`
* Create function `_checkConfirmationCode`
* Create function `checkExistingEmailConfirmationCode`
* Rename `resendSecondaryEmailConfirmationCode` to `resendAddSecondaryEmailConfirmationCode`
* Create function `_resendConfirmationCode`
* Create function `resendExistingSecondaryEmailConfirmationCode`
* Add `ResendConfirmationCodeModal`
* Remove `ResendConfirmationEmailButton`
* `bin/run web npm run extract-translations`
* Update frontend test
* Fix: don't throw on render when send-confirmation-code fails!
* Update phrasing in the UI
Per https://docs.google.com/document/d/1PE1vlZWQN--PjmXpyHR9rV2YPd7OIPIsUbnZaHj0cDI/edit?usp=sharing
* Add unit test
* Don't share the "send-confirmation" and "resend-confirmation" rate-limits
* Update frontend test after copy change
* Rename `checkAddSecondaryEmailConfirmationCode` to `checkNewSecondaryEmailConfirmationCode` and `resendAddSecondaryEmailConfirmationCode` to `resendNewSecondaryEmailConfirmationCode`
* Rename `cb` to `beforeConfirmEmail`
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* Return `422` on missing session data
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* Add `userId` to log
* Replace `isSecondary` param by `welcomeUser`
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* Rename `resend-confirm-email-code`'s `existingEmail` to `email`
* Remove "secondary" from rate-limiters
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* Remove unnecessary `userId` check behind `AuthenticationController.requireLogin()`
* Only open the modal if the code was sent successfully
---------
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
GitOrigin-RevId: df892064641d9f722785699777383b2d863124e1
* Swap pre/div in split-test-dump-modal.tsx
* Remove fixed font-size and line-height for code/kdb/pre/samp
* Set the font-size of code,kdb,samp to 1em instead of 0.875em
* Remove unnecessary `font-size: inherit`
GitOrigin-RevId: b5b19cf08774312ad1b3c4dcf16ea08e08093ccb
* Use fixed width for project list checkbox
* Set word-break: break-word for project owner name (#23783)
GitOrigin-RevId: 4d3f443f99f366a43a1b59a7556c0341c06d7af9
* Allow selecting comment text without changing scroll position
* cursor:default on review content
* check text selection on mouseup
* update comment
GitOrigin-RevId: f867613f5b4d08c3b960abfa061b14b404f411a8
* adding the right translations to match figma
* adding 2 more translations
* adding the correct styling for the translation
* adding the last translation
* removing unused button and extra line
* adding the p tags and necessary styling to remover margin bottom
GitOrigin-RevId: 97c47e53ee4ae13e95027c602521258f056a6bed
* copy pasting the code into new redesign file from old paywall file
* creating a new file for redesign - pdf-log-entry-redesign and copy pasting the old file content for now
* adding redesign file for header and copy pasting old file content for now
* using pdf-log-entry-redesign
* adding first round of styling for headint title under BS5 styling
* adding hasBorder property on the inhouse button component
* adding a cta container for 2 buttons
* adding the icon and fixing the class hierarchy
* fixing the spacing so spacing matches the figma design
* adding a translation for heading
* adding bg color and spacing for heading
* removing no thanks button
* changing the font size
* adding the link colors
* adding the required spacing on the new website redesign logs pane components
* seperating the whole component into a new component TimeoutMessageAfterPaywallDismissal for easy display later in
* removing the class that I had added earlier
* deleting the website redesign folder because files dupliocated in that folder did not have any content changes, redesign only needs styling changes for now
* adding try for free translation
* adding the unfilled icon and ficing the heading sizew
* fixing the padding of log-entry-formatted-content
* running npm run extract-translations
GitOrigin-RevId: 810ddd6037cbad0761ea23a9a2e0693a7ad7130a