1
0
Fork 0
mirror of synced 2024-07-12 01:45:54 +12:00

remove beta flag as this is a stable-ish implementation

This commit is contained in:
Simon 2022-05-05 18:29:00 +02:00
parent af599ceba8
commit 4e26ec98b6

View file

@ -38,7 +38,7 @@ return [ // Ordered by ABC.
'enabled' => true, 'enabled' => true,
'sandbox' => false, 'sandbox' => false,
'form' => 'authentik.phtml', 'form' => 'authentik.phtml',
'beta' => true, 'beta' => false,
'mock' => false, 'mock' => false,
], ],
'bitbucket' => [ 'bitbucket' => [