mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
chore: 优化oidc登录
This commit is contained in:
@@ -57,6 +57,7 @@ export default {
|
||||
passwordPlaceholder: "请输入密码",
|
||||
mobilePlaceholder: "请输入手机号",
|
||||
loginButton: "登录",
|
||||
bindButton: "绑定账号",
|
||||
forgotPassword: "忘记密码?",
|
||||
forgotAdminPassword: "忘记管理员密码?",
|
||||
registerLink: "注册",
|
||||
|
||||
@@ -761,6 +761,13 @@ export default {
|
||||
fixedCertExpireDays: "固定证书有效期天数",
|
||||
fixedCertExpireDaysHelper: "固定证书有效期天数,有助于列表进度条整齐显示",
|
||||
fixedCertExpireDaysRecommend: "推荐90",
|
||||
|
||||
enableOauth: "启用OAuth2登录",
|
||||
oauthEnabledHelper: "是否启用OAuth2登录",
|
||||
oauthProviders: "OAuth2登录提供商",
|
||||
oauthType: "OAuth2登录类型",
|
||||
oauthConfig: "OAuth2登录配置",
|
||||
oauthProviderSelectorPlaceholder: "请选择OAuth2登录提供商",
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
|
||||
Reference in New Issue
Block a user