wip
This commit is contained in:
@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<MkInfo v-if="user.host == null && user.username.startsWith('system.')">{{ i18n.ts.isSystemAccount }}</MkInfo>
|
||||
<MkInfo v-if="user.host == null && user.username.includes('.')">{{ i18n.ts.isSystemAccount }}</MkInfo>
|
||||
|
||||
<FormLink v-if="user.host" :to="`/instance-info/${user.host}`">{{ i18n.ts.instanceInfo }}</FormLink>
|
||||
|
||||
|
@@ -61,7 +61,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</MkA>
|
||||
</span>
|
||||
</div>
|
||||
<div v-if="user.host == null && user.username.startsWith('system.')" class="isSystemAccount">
|
||||
<div v-if="user.host == null && user.username.includes('.')" class="isSystemAccount">
|
||||
<MkInfo>{{ i18n.ts.isSystemAccount }}</MkInfo>
|
||||
</div>
|
||||
<div v-if="iAmModerator" class="moderationNote">
|
||||
|
Reference in New Issue
Block a user