chore: clean up

This commit is contained in:
Amir Raminfar
2026-01-29 09:20:02 -08:00
parent 4c523d5185
commit 7131a6bdf8
@@ -76,7 +76,13 @@
<fieldset v-if="type === 'cloud' && destination?.prefix" class="fieldset">
<legend class="fieldset-legend text-lg">{{ $t("notifications.destination-form.api-key") }}</legend>
<div class="join w-full">
<input type="text" :value="destination.prefix + '...'" readonly class="input join-item input-success w-full" />
<input
type="text"
:value="destination.prefix + '**************************************'"
readonly
disabled
class="input join-item input-success w-full"
/>
<span class="join-item btn btn-success pointer-events-none">
<mdi:check class="text-lg" />
</span>