From 4e26ec98b6fc467bf8464d5f1c37092319668980 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 5 May 2022 18:29:00 +0200 Subject: [PATCH] remove beta flag as this is a stable-ish implementation --- app/config/providers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/providers.php b/app/config/providers.php index e92c0e90a2..6cb4357f96 100644 --- a/app/config/providers.php +++ b/app/config/providers.php @@ -38,7 +38,7 @@ return [ // Ordered by ABC. 'enabled' => true, 'sandbox' => false, 'form' => 'authentik.phtml', - 'beta' => true, + 'beta' => false, 'mock' => false, ], 'bitbucket' => [