浏览代码

fix: change oidcDefaultGroupId to string type in default.php

causefx@me.com 6 月之前
父节点
当前提交
e7983f2f63
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',