mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-18 11:20:49 +01:00
Add a method to call the twofaccounts/count api endpoint
This commit is contained in:
parent
2dc8734980
commit
1a87460465
@ -63,4 +63,8 @@ export default {
|
||||
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