Skip to content

Commit

Permalink
fix: login2fa
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Jan 21, 2025
1 parent ee12aa9 commit e0fcb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/AccountList/components/contents/AddContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ const AddContent = ({
<Input />
</Form.Item>
<Form.Item
label={intl.formatMessage({ id: 'pages.account.logiln2fa' })}
name="logiln2fa"
label={intl.formatMessage({ id: 'pages.account.login2fa' })}
name="login2fa"
>
<Input />
</Form.Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ const ReconnectContent = ({
<Input />
</Form.Item>
<Form.Item
label={intl.formatMessage({ id: 'pages.account.logiln2fa' })}
name="logiln2fa"
label={intl.formatMessage({ id: 'pages.account.login2fa' })}
name="login2fa"
>
<Input />
</Form.Item>
Expand Down

0 comments on commit e0fcb87

Please sign in to comment.