-
Notifications
You must be signed in to change notification settings - Fork 111
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
Update recovery email #8758
Update recovery email #8758
Conversation
|
<!--[if mso]> | ||
<style> | ||
* { | ||
font-family: sans-serif !important; | ||
} | ||
</style> | ||
<![endif]--> | ||
<!--[if !mso]><!--> | ||
<!-- <![endif]--> |
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.
nit: could delete
<!-- Preview Text Spacing Hack : BEGIN --> | ||
<div | ||
style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;"> | ||
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ |
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.
lol thats a lot of nbsp, this could probably be css instead
<!--[if gte mso 9]> | ||
<xml> | ||
<o:OfficeDocumentSettings> | ||
<o:AllowPNG/> | ||
<o:PixelsPerInch>96</o:PixelsPerInch> | ||
</o:OfficeDocumentSettings> | ||
</xml> | ||
<![endif]--> |
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.
nit: another comment that could go
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.
Just some nits!
I'm not sure how much you're manually editing these html templates but if it's mostly generated stuff, probably just disregard the nits
<!--[if mso]> | ||
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#" style="height:48px;v-text-anchor:middle;width:420px;" fillcolor="#7e1bcc" stroke="f" arcsize="17%"> | ||
<w:anchorlock/> | ||
<center style="white-space:nowrap;display:inline-block;text-align:center;color:#ffffff;font-weight:600;font-family:Inter,Arial,sans-serif;font-size:18px;">Reset My Password</center> | ||
</v:roundrect> | ||
<![endif]--> |
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.
nit: can delete
thanks! yea all the html is pretty much the template 🤷♂️ |
…-gated-content * origin/main: (42 commits) Improve listen count checking (#8784) [C-4512] Implement purchase vendor tracking (#8763) [QA-973] Fix top playlists (#8774) Fix monorepo verify (#8781) [C-4475] Consume MusicBadge on track/collection pages (#8779) [QA-1342] Fix default SSR tags (#8719) [Web][Mobile] Reapply "Display manager mode notifications" [C-4426] without rogue .env (#8778) [C-4484] Add NoResultsTile to new search page (#8772) [C-4485] Prevent category changes when there is no search query (#8770) Upgrade mobile apps to .101 (#8777) Revert "Display manager mode notifications" [C-4426] (#8775) [Notifications] Update bad snapshot (#8776) [QA-1288] Fix tip reactions on mobile (#8773) [Discovery] [Notifications] Push and email notifs for manager mode [PAY-2830] (#8622) Add small variant to web Harmony MusicBage (#8771) Update recovery email (#8758) Audius Protocol v0.6.122 Audius Client (Web and Mobile) v1.5.84 [C-4476] HarmonyNative MusicBadge component (#8765) [QA-1361] Fix audio-nfts playlist (#8764) ...
[7852ecc] Improve listen count checking (#8784) Raymond Jacobson [dfa3b62] [C-4512] Implement purchase vendor tracking (#8763) Raymond Jacobson [d232cfe] [QA-973] Fix top playlists (#8774) Dylan Jeffers [904e70c] Fix monorepo verify (#8781) Dylan Jeffers [87e2f63] [Notifications] Update bad snapshot (#8776) nicoback2 [c3eaf37] [Discovery] [Notifications] Push and email notifs for manager mode [PAY-2830] (#8622) nicoback2 [a4a910d] Update recovery email (#8758) Isaac Solo
Description
Update recovery email design.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.
Ran on stage identity and confirmed recovery link works.