Skip to content

Commit

Permalink
Rewording of authorize authentication screen (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger authored Jun 8, 2022
1 parent f4f4197 commit e1e877a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified screenshots/24-authenticate-known-anchor-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/24-authenticate-known-anchor-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/25-authenticate-unknown-anchor-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/25-authenticate-unknown-anchor-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/frontend/src/flows/authenticate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ const pageContent = (hostName: string, userNumber?: bigint) => html` <style>
</style>
<div class="container">
${icLogo}
<h1>Authorize Authentication</h1>
<h2 class="sectionTitle">Application URL</h2>
<h1>Internet Identity</h1>
<h2 class="sectionTitle">Authenticate to service:</h2>
<div class="highlightBox hostName">${hostName}</div>
<h2 class="sectionTitle">Identity Anchor</h2>
<h2 class="sectionTitle">Use Identity Anchor:</h2>
<div class="modeContainer">
<div class="childContainer">
<input
Expand All @@ -122,7 +122,7 @@ const pageContent = (hostName: string, userNumber?: bigint) => html` <style>
</div>
</div>
<button type="button" id="authorizeButton" class="primary">
Authorize
Start Session
</button>
<div id="registerSection">
<button type="button" id="registerButton">
Expand Down

0 comments on commit e1e877a

Please sign in to comment.