mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
delete unnecessary items
This commit is contained in:
@@ -444,14 +444,6 @@ html
|
|||||||
.detail
|
.detail
|
||||||
span.name Two-Factor Auth (2FA)
|
span.name Two-Factor Auth (2FA)
|
||||||
span.extra {{ API.currentUser.twoFactorAuthEnabled ? 'Enabled' : 'Disabled' }}
|
span.extra {{ API.currentUser.twoFactorAuthEnabled ? 'Enabled' : 'Disabled' }}
|
||||||
.x-friend-item(@click="showUserDialog(API.currentUser.id)")
|
|
||||||
.detail
|
|
||||||
span.name User ID
|
|
||||||
span.extra(v-text="API.currentUser.id")
|
|
||||||
.x-friend-item(@click="showAvatarDialog(API.currentUser.currentAvatar)")
|
|
||||||
.detail
|
|
||||||
span.name Avatar ID
|
|
||||||
span.extra(v-text="API.currentUser.currentAvatar")
|
|
||||||
.x-friend-item(v-if="API.currentUser.homeLocation" @click="showWorldDialog(API.currentUser.homeLocation)")
|
.x-friend-item(v-if="API.currentUser.homeLocation" @click="showWorldDialog(API.currentUser.homeLocation)")
|
||||||
.detail
|
.detail
|
||||||
span.name Home Location
|
span.name Home Location
|
||||||
|
|||||||
Reference in New Issue
Block a user