Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/base/src/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ exports[`App render App when token is not existed 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down
4 changes: 4 additions & 0 deletions packages/base/src/locale/zh-CN/dmsLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
export default {
login: '登录',
otherMethod: '其他登录方式',
thirdPartyLogin: '第三方登录',
localLogin: '本地登录',
oauth2Tips: '点击下方按钮跳转到授权页面进行登录:',
useOAuth2Login: '使用第三方账户登录',
loginButtonDisabledTips: '当前已禁用账密登录',
userAgreementTips: '已阅读并同意',
userAgreement: '用户协议',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`page/BindUser-ce render bind user form item render form item error when
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -250,7 +250,7 @@ exports[`page/BindUser-ce render bind user form item render oauth2_token params
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -455,7 +455,7 @@ exports[`page/BindUser-ce render bind user ui snap 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`page/BindUser-ee render bind user form item render form item error when
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -250,7 +250,7 @@ exports[`page/BindUser-ee render bind user form item render oauth2_token params
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -455,7 +455,7 @@ exports[`page/BindUser-ee render bind user ui snap 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`page/Login-ce render login page snap 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -220,7 +220,7 @@ exports[`page/Login-ce render login when api return fail 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -443,7 +443,7 @@ exports[`page/Login-ce render login when api return success 1`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down Expand Up @@ -666,7 +666,7 @@ exports[`page/Login-ce render login when api return success 2`] = `
</div>
</div>
<div
class="css-zhd3kf"
class="css-1gefj4"
>
<div
class="login-page-right-content"
Expand Down
Loading