NEZ-904 feat:MFA set up页面开发

This commit is contained in:
zhangyu
2021-08-12 09:38:23 +08:00
parent 76fd7eef55
commit 8e25b4bf6c
10 changed files with 395 additions and 82 deletions

View File

@@ -152,7 +152,8 @@ const en = {
silenceAlert: 'silence alert',
quickSilent: 'Quick silent',
configEndpoint: 'Config',
generate: 'Generate'
generate: 'Generate',
},
pageSize: '/page',
setup: {
@@ -236,7 +237,13 @@ const en = {
username: 'Username',
pin: 'Password',
login: 'Login',
upload: 'Upload license'
upload: 'Upload license',
verify: 'Verify code',
verifyDialogTitle: 'Two Factor Authentication Set Up',
verifyTitle: 'Two-Factor Authentication',
verifyContent: 'Enter the code from the two -factor app on your mobile device. If you\' ve lost your device, you may enter one of your recovery codes.',
verifyPlaceholder: 'verify code',
bindFail: 'Binding failure'
},
dashboard: {
title: 'Dashboard',