Skip to content

Commit 28b8670

Browse files
committed
feat: 增加授权码认证,提交部分代码
1 parent bcb8047 commit 28b8670

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ui/public/FfdJeJRQWjEeGTpqgBKj.png

105 KB
Loading

ui/src/locales/en-US.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ export default {
126126
'home.deviceCount': 'Device Count',
127127
'home.online': 'Online',
128128
'home.offline': 'Offline',
129-
'home.todayDeviceMessageCount': "Today's device message count",
130-
'home.monthDeviceMessageCount': 'Monthly device message count',
129+
'home.todayDeviceMessageCount': "Today's device msg count",
130+
'home.monthDeviceMessageCount': 'Monthly device msg count',
131131
'home.todayDeviceAlarmCount': "Today's device alarm count",
132132
'home.monthDeviceAlarmCount': 'Monthly device alarm count',
133133
'home.deviceMessage': 'Device Messages',
@@ -361,7 +361,7 @@ export default {
361361

362362
// login
363363
'login.subtitle': 'Enterprise level multi tenant IoT cloud platform',
364-
'login.usernamePassword': 'User pwd login',
364+
'login.usernamePassword': 'Password login',
365365
'login.mobile': 'Mobile login',
366366
'login.mail': 'Mail login',
367367
'login.otherWays': 'Other sign-in methods',

ui/src/pages/Login/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
SafetyCertificateOutlined,
1414
TeamOutlined,
1515
UserOutlined,
16-
VerifiedOutlined,
1716
WechatOutlined,
1817
} from '@ant-design/icons';
1918
import {
@@ -281,7 +280,7 @@ export default () => {
281280
borderRadius: '50%',
282281
}}
283282
>
284-
<VerifiedOutlined
283+
<SafetyCertificateOutlined
285284
style={{ ...iconStyles, color: '#1191ff' }}
286285
/>
287286
</div>

0 commit comments

Comments
 (0)