admin: Change challenge duration to 6h
This commit is contained in:
parent
debfd2a894
commit
f6fec437f9
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ angular.module("FICApp")
|
||||||
$rootScope.settings.activateTime = new Date(response.activateTime);
|
$rootScope.settings.activateTime = new Date(response.activateTime);
|
||||||
})
|
})
|
||||||
$scope.configro = ROSettings.get();
|
$scope.configro = ROSettings.get();
|
||||||
$scope.duration = 240;
|
$scope.duration = 360;
|
||||||
|
|
||||||
var needRefreshSyncReportWhenReady = false;
|
var needRefreshSyncReportWhenReady = false;
|
||||||
var refreshSyncReport = function() {
|
var refreshSyncReport = function() {
|
||||||
|
|
Reference in a new issue