mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-11 01:28:47 +08:00
Mention how to set password on token page (#1695)
This commit is contained in:
parent
e58213b000
commit
3fc2da3474
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@
|
||||||
<%= if @auth_mode == :password do %>
|
<%= if @auth_mode == :password do %>
|
||||||
Type password to access the Livebook.
|
Type password to access the Livebook.
|
||||||
<% else %>
|
<% else %>
|
||||||
Please check out the console for authentication URL
|
Please check out the console for authentication URL or type the token directly
|
||||||
or type the token directly here.
|
here.<br />To use password authentication, set the <code>LIVEBOOK_PASSWORD</code>
|
||||||
|
environment variable.
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-2xl text-gray-50 w-full pt-2">
|
<div class="text-2xl text-gray-50 w-full pt-2">
|
||||||
|
|
Loading…
Reference in a new issue