-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13329 from mozilla/fxa-5290-update-flow-for-confi…
…rming-pairing refactor(content-server): update copy and add asset on "/pair" page
- Loading branch information
Showing
5 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
packages/fxa-content-server/app/images/confirm-pairing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions
11
packages/fxa-content-server/app/scripts/templates/pair/auth_allow.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
<div id="main-content" class="card pair-auth"> | ||
<header> | ||
<h1 id="fxa-pair-auth-allow-header"> | ||
{{#unsafeTranslate}}Approve new device <small>for %(email)s</small>{{/unsafeTranslate}} | ||
{{#t}}Did you just sign in to Firefox?{{/t}} | ||
</h1> | ||
<p>{{#unsafeTranslate}} %(email)s {{/unsafeTranslate}}</p> | ||
</header> | ||
|
||
<section> | ||
<div class="error"></div> | ||
<div class="success"></div> | ||
<div class="graphic graphic-confirm-pairing" role="img" aria-label="{{#t}}location balloon{{/t}}"></div> | ||
|
||
<form novalidate> | ||
{{{ unsafeDeviceBeingPairedHTML }}} | ||
|
||
<div class="button-row"> | ||
<button type="submit" id="auth-approve-btn">{{#t}}Approve device{{/t}}</button> | ||
</div> | ||
|
||
<div class="links"> | ||
<a href="#" id="cancel">{{#t}}Cancel{{/t}}</a> | ||
<button type="submit" id="auth-approve-btn">{{#t}}Yes, approve device{{/t}}</button> | ||
</div> | ||
<p>{{#unsafeTranslate}}If this wasn’t you, <a href="/settings/change_password" id="change-password">change your passsword</a> {{/unsafeTranslate}}</p> | ||
</form> | ||
</section> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters