mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-05 19:25:28 +08:00
Use password input for entering passphrase
This commit is contained in:
parent
57047f9c7f
commit
d6e9c36571
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<div class="text-2xl text-gray-50 w-full pt-2">
|
||||
<form method="post" class="flex flex-col space-y-4 items-center">
|
||||
<input type="hidden" value="<%= Phoenix.Controller.get_csrf_token() %>" name="_csrf_token"/>
|
||||
<input type="text" name="password" class="input" placeholder="Password" />
|
||||
<input type="password" name="password" class="input" placeholder="Password" />
|
||||
<button type="submit" class="button button-blue">
|
||||
Authenticate
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue