oidc登录按钮支持自定义文字
This commit is contained in:
@@ -40,6 +40,7 @@ export interface AdminConfig {
|
||||
OIDCUserInfoEndpoint?: string; // 用户信息端点
|
||||
OIDCClientId?: string; // OIDC Client ID
|
||||
OIDCClientSecret?: string; // OIDC Client Secret
|
||||
OIDCButtonText?: string; // OIDC登录按钮文字
|
||||
};
|
||||
UserConfig: {
|
||||
Users: {
|
||||
|
||||
Reference in New Issue
Block a user