From 52a3f852fe01edb0c362c021d4942da16832171c Mon Sep 17 00:00:00 2001 From: gourav Date: Sun, 16 Jun 2024 14:59:48 +0530 Subject: [PATCH] OTP updates without API call --- frontend/src/components/SecretCard.vue | 31 +++++++++++++------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/SecretCard.vue b/frontend/src/components/SecretCard.vue index 4fd4b6c..540bd1a 100644 --- a/frontend/src/components/SecretCard.vue +++ b/frontend/src/components/SecretCard.vue @@ -12,11 +12,11 @@ - ****** - {{ generateTotp(secret) }} + {{ this.otp }} + ******