- <%= 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.
- <% end %>
-
-
-
-
diff --git a/lib/livebook_web/templates/auth/index.html.heex b/lib/livebook_web/templates/auth/index.html.heex
new file mode 100644
index 000000000..669de10f0
--- /dev/null
+++ b/lib/livebook_web/templates/auth/index.html.heex
@@ -0,0 +1,47 @@
+
+ <%= 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.
+ <% end %>
+