From 0477551293ea66db6ea51c451fdb9a2c74698a25 Mon Sep 17 00:00:00 2001 From: Simon Giesel Date: Fri, 5 Aug 2022 08:53:31 +0200 Subject: [PATCH] Update app/config/providers.php Co-authored-by: Christy Jacob --- 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 01be14582c..e22d4bdd39 100644 --- a/app/config/providers.php +++ b/app/config/providers.php @@ -32,7 +32,7 @@ return [ // Ordered by ABC. 'mock' => false, ], 'authentik' => [ - 'name' => 'authentik', + 'name' => 'Authentik', 'developers' => 'https://goauthentik.io/docs/', 'icon' => 'icon-authentik', 'enabled' => true,