mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
feat: nwc connections settings page with one-time connection strings and service lifecycle
This commit is contained in:
@@ -23,6 +23,10 @@ const routes: RouteRecordRaw[] = [
|
||||
path: 'settings/move',
|
||||
component: () => import('@/pages/MoveFundsPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'settings/nwc',
|
||||
component: () => import('@/pages/NwcPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user