feat: Add import wallet from seed
All checks were successful
Build Docker / Build Image (push) Successful in 31s

This commit is contained in:
2024-02-04 16:55:28 +11:00
parent 441a0274ff
commit f692cacc41
6 changed files with 144 additions and 6 deletions

View File

@@ -37,7 +37,8 @@
<div class="mb-3"><input class="form-control form-control-user" type="password" id="exampleInputPassword" placeholder="Password" name="password"></div><button class="btn btn-primary d-block btn-user w-100" type="submit">Login</button>
<hr>
</form>
<div class="text-center"><a class="small" href="register">Create a wallet!</a></div>
<div class="text-center"><a class="small" href="register">Create a wallet</a></div>
<div class="text-center"><a class="small" href="import-wallet">Import an existing wallet</a></div>
</div>
</div>
</div>