Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Jan 9, 2025
1 parent e28c777 commit 31e73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Login</h1>
<div id="@service.getId()">
<div><a href="@service.getUrl()" class="service">@service.getName()</a></div>
@if(service.hasStaticPasswords()) {
<div class="static-password">See static password</div>
<div class="static-password">Show static password</div>
<div class="current-static-password" style="display: none;">Your current static password cannot be shown</div>
<div class="generate-static-password" style="display: none;"><a href="#" class="generate-static-password-link">Generate new static password</a></div>
<div class="generate-static-password-confirm" style="display: none;">Really? You may have to change the password in various applications!</div>
Expand Down

0 comments on commit 31e73c3

Please sign in to comment.