mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 15:58:36 +02:00
Fix default period
This commit is contained in:
2
resources/js/services/userService.js
vendored
2
resources/js/services/userService.js
vendored
@ -134,7 +134,7 @@ export default {
|
||||
*
|
||||
* @returns promise
|
||||
*/
|
||||
getauthentications(id, period = 90, limit, config = {}) {
|
||||
getauthentications(id, period = 12, limit, config = {}) {
|
||||
return apiClient.get('/users/' + id + '/authentications?period=' + period + (limit ? '&limit=' + limit : ''), { ...config })
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user