mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Fix function name
This commit is contained in:
parent
98561f927e
commit
6806ef8ec4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue