Set up the Import view

This commit is contained in:
Bubka
2023-10-31 11:41:24 +01:00
parent a622ffb216
commit b516fd9c33
3 changed files with 404 additions and 2 deletions

View File

@ -57,6 +57,10 @@ export default {
getQrcode(id, config = {}) {
return apiClient.get('/twofaccounts/' + id + '/qrcode', { ...config })
}
},
migrate(payload, config = {}) {
return apiClient.post('/twofaccounts/migration', { payload: payload, withSecret: true }, { ...config })
},
}