From c783b962ac336e200c3e224ebe145fbc35bcc10c Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sun, 3 Dec 2023 12:34:01 +0800 Subject: [PATCH] fix: certificate vaild time check --- app/src/views/domain/cert/CertInfo.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/views/domain/cert/CertInfo.vue b/app/src/views/domain/cert/CertInfo.vue index 60f3d45a..c1412f1d 100644 --- a/app/src/views/domain/cert/CertInfo.vue +++ b/app/src/views/domain/cert/CertInfo.vue @@ -10,7 +10,6 @@ defineProps<{ const { $gettext } = useGettext() -const now = computed(() => new Date().toISOString())