mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 01:46:03 +02:00
Add user preference to automatically save accounts on QRcode submission
This commit is contained in:
4
resources/js/services/twofaccountService.js
vendored
4
resources/js/services/twofaccountService.js
vendored
@@ -19,6 +19,10 @@ export default {
|
||||
return apiClient.post('/twofaccounts/preview', { uri: uri }, { ...config })
|
||||
},
|
||||
|
||||
storeFromUri(uri, config = {}) {
|
||||
return apiClient.post('/twofaccounts', { uri: uri }, { ...config })
|
||||
},
|
||||
|
||||
getLogo(service, config = {}) {
|
||||
return apiClient.post('/icons/default', { service: service }, { ...config })
|
||||
},
|
||||
|
Reference in New Issue
Block a user