mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Set up the Import view
This commit is contained in:
@ -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 })
|
||||
},
|
||||
|
||||
}
|
Reference in New Issue
Block a user