show current profile in user profile page

This commit is contained in:
MaysWind
2020-10-29 01:32:54 +08:00
parent 5c0d169a26
commit be19089eab
4 changed files with 45 additions and 1 deletions
+1
View File
@@ -103,6 +103,7 @@ export default {
'You have been successfully registered': 'You have been successfully registered',
'Unable to sign up': 'Unable to sign up',
'User registration is disabled': 'User registration is disabled',
'Unable to get user profile': 'Unable to get user profile',
'Nothing has been modified': 'Nothing has been modified',
'Your profile has been successfully updated': 'Your profile has been successfully updated',
'Unable to update user profile': 'Unable to update user profile',
+1
View File
@@ -103,6 +103,7 @@ export default {
'You have been successfully registered': '注册成功',
'Unable to sign up': '无法注册',
'User registration is disabled': '用户注册已禁用',
'Unable to get user profile': '无法获取用户信息',
'Nothing has been modified': '没有修改的项目',
'Your profile has been successfully updated': '您的用户信息更新成功',
'Unable to update user profile': '无法更新用户信息',