mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-28 03:39:46 +08:00
fix: 个人信息页面不显示昵称
This commit is contained in:
@@ -132,6 +132,7 @@ async function fetchUserInfo() {
|
||||
if (result) {
|
||||
accountInfo.value = result
|
||||
accountInfo.value.avatar = accountInfo.value.avatar ? accountInfo.value.avatar : avatar1
|
||||
accountInfo.value.nickname = accountInfo.value.settings?.nickname ?? ''
|
||||
currentUserName.value = accountInfo.value.name
|
||||
currentAvatar.value = accountInfo.value.avatar
|
||||
// 同时加载PassKey列表
|
||||
|
||||
Reference in New Issue
Block a user