diff --git a/lib/livebook_web/templates/auth/index.html.heex b/lib/livebook_web/templates/auth/index.html.heex
index 669de10f0..ebafb1aae 100644
--- a/lib/livebook_web/templates/auth/index.html.heex
+++ b/lib/livebook_web/templates/auth/index.html.heex
@@ -16,8 +16,9 @@
<%= if @auth_mode == :password do %>
Type password to access the Livebook.
<% else %>
- Please check out the console for authentication URL
- or type the token directly here.
+ Please check out the console for authentication URL or type the token directly
+ here.
To use password authentication, set the LIVEBOOK_PASSWORD
+ environment variable.
<% end %>