forked from jsnbuchanan/crowd-funder-for-time-pwa
change the contact-sharing data into a JWT for the contact-import page
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user