Skip to content

Commit

Permalink
feat: Display cozy URL in login component
Browse files Browse the repository at this point in the history
To know where we log in
  • Loading branch information
zatteo committed Nov 7, 2024
1 parent 9317b32 commit 104c244
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/browser/src/auth/popup/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@ <h1 class="center">
</button>
</div>
</div>
<div class="display-cozy-url">
{{ cozyUrl }}
</div>
</main>
</form>
8 changes: 8 additions & 0 deletions apps/browser/src/popup/scss/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ body.body-full {
padding: 30px 10px 0 10px;
}

.display-cozy-url {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
font-style: italic;
}

.remember-email-check {
padding-top: 18px;
padding-left: 10px;
Expand Down

0 comments on commit 104c244

Please sign in to comment.