Browse Source

fix: change oidcDefaultGroupId to string type in default.php

causefx@me.com 6 tháng trước cách đây
mục cha
commit
e7983f2f63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -778,7 +778,7 @@ return [
 	'oidcAutoRedirectLogoutUrl' => '',
 	'oidcAutoCreateUsers' => true,
 	'oidcLinkExistingUsers' => true,
-	'oidcDefaultGroupId' => 4,
+	'oidcDefaultGroupId' => '4',
 	'oidcGroupClaimName' => 'groups',
 	'oidcGroupMappings' => '{}',
 	'oidcGroupMappingMode' => 'first',