Skip to content

Commit 6806ef8

Browse files
committed
Fix function name
1 parent 98561f9 commit 6806ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/livebook_web/plugs/user_plug.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ defmodule LivebookWeb.UserPlug do
158158
module.authenticate(name, conn, opts)
159159
end
160160
else
161-
def identity_provider(module, conn, opts), do: module.authenticate(@zta_name, conn, opts)
161+
def authenticate(module, conn, opts), do: module.authenticate(@zta_name, conn, opts)
162162
end
163163
end

0 commit comments

Comments
 (0)