mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
Fix Do it later button in login-initial.html
This commit is contained in:
parent
1fbc3eee65
commit
8ff4c5ab1c
@ -28,7 +28,7 @@
|
||||
<h1>Keypair generated</h1>
|
||||
<p>Your personal keypair has been generated. You can export it (e.g. to a USB flash drive) to setup whiteout on another computer or as a backup.</p>
|
||||
<button ng-click="exportKeypair()" class="btn" tabindex="4">Export now</button>
|
||||
<button ng-click="forward()" class="btn" tabindex="5">Do it later</button>
|
||||
<button ng-click="proceed()" class="btn" tabindex="5">Do it later</button>
|
||||
</div>
|
||||
|
||||
</div><!--/content-->
|
||||
|
Loading…
Reference in New Issue
Block a user