From ae841a72e42e3e66a2509a7d8fbf807c72bb6c49 Mon Sep 17 00:00:00 2001 From: yaroslav8765 Date: Wed, 8 Apr 2026 11:37:26 +0300 Subject: [PATCH 1/6] feat: add global frontend api --- custom/TwoFAModal.vue | 108 ++++++++++++++++------------------- custom/use2faApi.ts | 130 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+), 58 deletions(-) create mode 100644 custom/use2faApi.ts diff --git a/custom/TwoFAModal.vue b/custom/TwoFAModal.vue index 418665b..88af8c5 100644 --- a/custom/TwoFAModal.vue +++ b/custom/TwoFAModal.vue @@ -1,9 +1,9 @@