This commit is contained in:
nasir@endelospay.com
2024-06-06 00:41:41 +05:00
parent 83459a1ea8
commit f216ff713c
8 changed files with 563 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import sittingGirlWithLaptopDark from '@images/illustrations/sitting-girl-with-laptop-dark.png'
import sittingGirlWithLaptopLight from '@images/illustrations/sitting-girl-with-laptop-light.png'
import sittingGirlWithLaptopDark from '@images/illustrations/sitting-girl-with-laptop-dark.png';
import sittingGirlWithLaptopLight from '@images/illustrations/sitting-girl-with-laptop-light.png';
const isCurrentPasswordVisible = ref(false)
const isNewPasswordVisible = ref(false)
@@ -231,7 +231,7 @@ const isOneTimePasswordDialogVisible = ref(false)
<!-- !SECTION -->
<!-- SECTION Two-steps verification -->
<VCol cols="12">
<VCol cols="12" style="display: none;">
<VCard>
<VCardItem class="pb-6">
<VCardTitle>Two-steps verification</VCardTitle>
@@ -256,7 +256,7 @@ const isOneTimePasswordDialogVisible = ref(false)
</VCol>
<!-- !SECTION -->
<VCol cols="12">
<VCol cols="12" style="display: none;">
<!-- SECTION: Create an API key -->
<VCard title="Create an API key">
<VRow>
@@ -313,7 +313,7 @@ const isOneTimePasswordDialogVisible = ref(false)
<!-- !SECTION -->
</VCol>
<VCol cols="12">
<VCol cols="12" style="display: none;">
<!-- SECTION: API Keys List -->
<VCard>
<VCardItem class="pb-4">