aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Login/pki
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/views/Login/pki')
-rw-r--r--front-end/src/views/Login/pki/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/views/Login/pki/index.vue b/front-end/src/views/Login/pki/index.vue
index ae1a4a8..4e56151 100644
--- a/front-end/src/views/Login/pki/index.vue
+++ b/front-end/src/views/Login/pki/index.vue
@@ -32,7 +32,7 @@
</template>
<script setup lang="ts">
-import { isEmpty } from 'lodash';
+import { isEmpty } from 'lodash-es';
import { apiCall, debugLog, useUser, useMessage } from '@vnuge/vnlib.browser';
import { ITokenResponse } from '@vnuge/vnlib.browser/dist/session';
import { ref } from 'vue'