mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-10 22:23:53 +02:00
Set up the QRcode view
This commit is contained in:
@ -54,5 +54,9 @@ export default {
|
||||
export(ids, config = {}) {
|
||||
return apiClient.delete('/twofaccounts/export?ids=' + ids, { ...config })
|
||||
},
|
||||
|
||||
getQrcode(id, config = {}) {
|
||||
return apiClient.get('/twofaccounts/' + id + '/qrcode', { ...config })
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user