-
Notifications
You must be signed in to change notification settings - Fork 220
feat: add new strapi customization for user expectation on the final authentication screens #19959
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
base: main
Are you sure you want to change the base?
Conversation
|
PR for strapi: mozilla/fxa-strapi#161 |
| /> | ||
| ); | ||
|
|
||
| export const OAuthDesktopServiceRelay = () => ( |
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.
We may want to swap this with a story that shows the page with additionalAccessibilityInfo
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.
The DefaultWithCms one contains additionalAccessibilityInfo
| sign in. | ||
| </p> | ||
| </FtlMsg> | ||
| {additionalAccessibilityInfo && ( |
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.
Is the design changing to show the info in a banner on all pages? Here it was previously a regular paragraph.
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.
Oops! I copy and pasted 😅
| sign in. | ||
| </p> | ||
| </FtlMsg> | ||
| {additionalAccessibilityInfo && ( |
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.
Same question here about the switch from a paragraph to a banner. (this applies to multiple pages, but I won't comment on all)
| </AppContext.Provider> | ||
| ); | ||
|
|
||
| export const OAuthDesktopServiceRelay = () => ( |
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.
Same comment as before, for all stories - we should make sure that all pages have a story with the additional accessibility info so we can ensure the styling looks as expected.
| recoveryKeyExists, | ||
| integrationIsSync, | ||
| isFirefoxClientServiceRelay, | ||
| additionalAccessibilityInfo, |
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.
This page differs from the others in passing the text as a prop instead of retrieving cmsInfo in index.tsx
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.
This page doesn't have integration passed in, but yeah I probably should keep it consistent
0d3f37a to
ae7ed86
Compare
…authentication screens Because: * we want to customize "Firefox will try sending you back to use an email mask after you sign in." because we need something similar for smart window This commit: * adds additionalAccessibilityInfo (name suggested by Ross) to cmsInfo.shared Closes FXA-12638
ae7ed86 to
533a110
Compare
Because
This pull request
Issue that this pull request solves
Closes: FXA-12638
Checklist
Put an
xin the boxes that applyScreenshots (Optional)
Please attach the screenshots of the changes made in case of change in user interface.
Other information (Optional)
Any other information that is important to this pull request.