remove unused code

This commit is contained in:
MaysWind
2021-05-04 18:03:53 +08:00
parent 6f575bfc43
commit 173350f162
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -716,7 +716,6 @@ export default {
'Log In': 'Log In',
'Don\'t have an account?': 'Don\'t have an account?',
'Create an account': 'Create an account',
'Forget Password?': 'Forget Password?',
'Username cannot be empty': 'Username cannot be empty',
'Password cannot be empty': 'Password cannot be empty',
'Confirmation password cannot be empty': 'Confirmation password cannot be empty',
-1
View File
@@ -716,7 +716,6 @@ export default {
'Log In': '登录',
'Don\'t have an account?': '还没有账号?',
'Create an account': '创建新账号',
'Forget Password?': '找回密码?',
'Username cannot be empty': '用户名不能为空',
'Password cannot be empty': '密码不能为空',
'Confirmation password cannot be empty': '确认密码不能为空',
-2
View File
@@ -30,8 +30,6 @@
<f7-block-footer>
<span>{{ $t('Don\'t have an account?') }}</span>&nbsp;
<f7-link :class="{'disabled': !isUserRegistrationEnabled}" href="/signup" :text="$t('Create an account')"></f7-link>
<br/>
<f7-link class="disabled" href="/forget-pwd" :text="$t('Forget Password?')"></f7-link>
</f7-block-footer>
<f7-block-footer>
</f7-block-footer>