Fix auth token not being printed on startup (#2655)

This commit is contained in:
jyc 2024-06-15 04:01:05 -07:00 committed by GitHub
parent 8556a17a5d
commit 0c9add202b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ defmodule LivebookWeb.Endpoint do
base = update_in(base.path, &(&1 || "/"))
case Livebook.Config.authentication() do
%{mode: token, secret: token} ->
%{mode: :token, secret: token} ->
%{base | query: "token=" <> token}
_ ->