diff --git a/lib/livebook_web/controllers/auth_html/index.html.heex b/lib/livebook_web/controllers/auth_html/index.html.heex index f064fb27a..fe1c61189 100644 --- a/lib/livebook_web/controllers/auth_html/index.html.heex +++ b/lib/livebook_web/controllers/auth_html/index.html.heex @@ -7,18 +7,26 @@ Authentication required -
+

Type password to access the Livebook.

-

- Please check out the console for authentication URL or type the token directly - here. -

-

- To use password authentication, set the LIVEBOOK_PASSWORD - environment variable. -

+
+ <%= if Livebook.Config.app?() do %> +

+ Please open Livebook menu in your taskbar, click "Copy URL", and paste it in your browser's address bar. +

+ <% else %> +

+ Please check out the console for authentication URL or type the token directly + here. +

+ <% end %> +

+ To use password authentication, set the LIVEBOOK_PASSWORD + environment variable. +

+