mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 14:42:39 +08:00
Remove "auth via Teams" from deployment group form (#2995)
This commit is contained in:
parent
bf5725847a
commit
f2af9eda59
1 changed files with 0 additions and 17 deletions
|
|
@ -130,23 +130,6 @@ defmodule LivebookWeb.AppComponents do
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= if Livebook.Hubs.Provider.type(@hub) == "team" and to_string(@form[:mode].value) == "online" do %>
|
|
||||||
<div class="flex flex-col gap-2">
|
|
||||||
<.checkbox_field
|
|
||||||
field={@form[:teams_auth]}
|
|
||||||
label="Authenticate via Livebook Teams"
|
|
||||||
help={
|
|
||||||
~S'''
|
|
||||||
When enabled, apps deployed in
|
|
||||||
this deployment group will use
|
|
||||||
Livebook Teams for authentication.
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
small
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue