mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
remove unused code
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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': '确认密码不能为空',
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
<f7-block-footer>
|
||||
<span>{{ $t('Don\'t have an account?') }}</span>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user