mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Refactore and fix for icon management
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<figure class="image is-64x64" style="display: inline-block" v-if="icon">
|
||||
<img :src="icon">
|
||||
<img :src="'storage/icons/' + icon">
|
||||
</figure>
|
||||
<p class="is-size-4 has-text-grey-light">{{ service }}</p>
|
||||
<p class="is-size-6 has-text-grey">{{ account }}</p>
|
||||
|
Reference in New Issue
Block a user