mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-27 06:18:40 +09:00
fix(frontend): 管理用のユーザー詳細ページのコピーボタンのデータが期待と違う問題を修正 (MisskeyIO#559)
This commit is contained in:
parent
ee78828dda
commit
722f01c4e7
@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<template #key>{{ i18n.ts.email }}</template>
|
||||
<template #value><span class="_monospace">{{ info.email }}</span></template>
|
||||
</MkKeyValue>
|
||||
<MkKeyValue v-if="ips.length > 0" :copy="user.id" oneline>
|
||||
<MkKeyValue v-if="ips.length > 0" :copy="ips[0].ip" oneline>
|
||||
<template #key>IP (recent)</template>
|
||||
<template #value><span class="_monospace">{{ ips[0].ip }}</span></template>
|
||||
</MkKeyValue>
|
||||
|
Loading…
Reference in New Issue
Block a user