fix: 🐛 security key display name

Closes #10313
This commit is contained in:
ThatOneCalculator 2023-06-27 23:01:21 -07:00
parent 02325e3c7c
commit cabfa063af
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -78,16 +78,9 @@
v-for="key in $i.securityKeysList" v-for="key in $i.securityKeysList"
:key="key.id" :key="key.id"
> >
<template #label>{{ key.name }}</template> <h3>{{ key.name }}</h3>
<template #suffix <p>{{ `${i18n.ts.lastUsedDate}: ${key.lastUsed}` }} </p>
><I18n :src="i18n.ts.lastUsedAt" <div class="_buttons _flexList">
><template #t
><MkTime
:time="
key.lastUsed
" /></template></I18n
></template>
<div class="_buttons">
<MkButton @click="renameKey(key)" <MkButton @click="renameKey(key)"
><i ><i
class="ph-pencil-line ph-bold ph-lg" class="ph-pencil-line ph-bold ph-lg"