Remove "auth via Teams" from deployment group form (#2995)

This commit is contained in:
Hugo Baraúna 2025-05-06 14:49:10 -03:00 committed by GitHub
parent bf5725847a
commit f2af9eda59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,23 +130,6 @@ defmodule LivebookWeb.AppComponents do
</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