Mention how to set password on token page (#1695)

This commit is contained in:
José Valim 2023-02-07 18:01:40 +01:00 committed by GitHub
parent e58213b000
commit 3fc2da3474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">