Fix function name

This commit is contained in:
Jonatan Kłosko 2025-07-17 09:16:22 +02:00
parent 98561f927e
commit 6806ef8ec4

View file

@ -158,6 +158,6 @@ defmodule LivebookWeb.UserPlug do
module.authenticate(name, conn, opts)
end
else
def identity_provider(module, conn, opts), do: module.authenticate(@zta_name, conn, opts)
def authenticate(module, conn, opts), do: module.authenticate(@zta_name, conn, opts)
end
end