mirror of
https://github.com/thelounge/thelounge.git
synced 2026-06-11 23:24:29 -04:00
Fix showing multiple certificate fingerprints on InspIRCd v4.
This commit is contained in:
@@ -91,9 +91,11 @@
|
||||
<dd>Yes</dd>
|
||||
</template>
|
||||
|
||||
<template v-if="message.whois.certfp">
|
||||
<dt>Certificate:</dt>
|
||||
<dd>{{ message.whois.certfp }}</dd>
|
||||
<template v-if="message.whois.certfps">
|
||||
<template v-for="certfp in message.whois.certfps" :key="certfp">
|
||||
<dt>Certificate:</dt>
|
||||
<dd>{{ certfp }}</dd>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<template v-if="message.whois.server">
|
||||
|
||||
Reference in New Issue
Block a user