change the contact-sharing data into a JWT for the contact-import page

This commit is contained in:
2024-12-23 20:07:14 -07:00
parent c34f8cbf41
commit e286a8f002
6 changed files with 52 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("../views/ContactGiftingView.vue"),
},
{
path: "/contact-import",
path: "/contact-import/:jwt?",
name: "contact-import",
component: () => import("../views/ContactImportView.vue"),
},