Add switching between key input and passphrase input.

This commit is contained in:
Spencer Ofwiti
2021-01-15 07:58:39 +03:00
parent f95841cc06
commit a9fcf35a54
3 changed files with 25 additions and 4 deletions

View File

@@ -86,7 +86,7 @@
<div class="row mt-3">
<div class="col-12 text-center">
<p class="text-muted">Already have account? <a routerLink="/auth" class="text-muted ml-1"><b>Log In</b></a></p>
<p class="text-muted">Already have account? <a routerLink="/auth/key" class="text-muted ml-1"><b>Log In</b></a></p>
</div> <!-- end col-->
</div>
<!-- end row -->