mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
Add a method to call the twofaccounts/count api endpoint
This commit is contained in:
parent
2dc8734980
commit
1a87460465
@ -62,5 +62,9 @@ export default {
|
||||
migrate(payload, config = {}) {
|
||||
return apiClient.post('/twofaccounts/migration', { payload: payload, withSecret: true }, { ...config })
|
||||
},
|
||||
|
||||
count(config = {}) {
|
||||
return apiClient.get('/twofaccounts/count', { ...config })
|
||||
},
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user