diff --git a/lib/livebook/apps.ex b/lib/livebook/apps.ex index b8260a9a6..9f6eff84d 100644 --- a/lib/livebook/apps.ex +++ b/lib/livebook/apps.ex @@ -86,6 +86,8 @@ defmodule Livebook.Apps do Livebook.Hubs.TeamClient.user_app_access?(id, user.groups, slug) end + def authorized?(%{permanent: false}, _user), do: true + @doc """ Updates the given app info across the cluster. """