From c53ab3c3a52085492aad3555b3481e96a9ce6306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 27 Feb 2024 14:31:15 +0100 Subject: [PATCH] Update config.ex --- lib/livebook/config.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/livebook/config.ex b/lib/livebook/config.ex index 70e68b8a6..d075da0cf 100644 --- a/lib/livebook/config.ex +++ b/lib/livebook/config.ex @@ -7,6 +7,8 @@ defmodule Livebook.Config do # # There are still a :session and :custom identity providers, # but those are handled internally. + # + # IMPORTANT: this list must be in sync with Livebook Teams. @identity_providers [ %{ type: :cloudflare,