mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Add a test email feature to the admin panel - Closes #307
This commit is contained in:
8
resources/js/services/systemService.js
vendored
8
resources/js/services/systemService.js
vendored
@ -17,6 +17,14 @@ export default {
|
||||
*/
|
||||
getLastRelease(config = {}) {
|
||||
return webClient.get('latestRelease', { ...config })
|
||||
},
|
||||
|
||||
/**
|
||||
*
|
||||
* @returns Promise
|
||||
*/
|
||||
sendTestEmail(config = {}) {
|
||||
return webClient.post('testEmail', { ...config })
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user