From 4f33a1d5a3131df2c56788909b47587130d3d885 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 3 Apr 2018 17:21:47 +0200 Subject: [PATCH] [lib.authentication] updated time range to 15min --- webpack/lib/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/lib/authentication.js b/webpack/lib/authentication.js index 94b7dd6..110f7f3 100644 --- a/webpack/lib/authentication.js +++ b/webpack/lib/authentication.js @@ -10,7 +10,7 @@ export default class Authentication{ constructor(){ /* (1) Default localStorage Interface */ - this.lsi = new LocalStorageInterface('__auth__', 5*60); + this.lsi = new LocalStorageInterface('__auth__', 15*60); /* (2) Update token */ if( this.token !== null && this.user !== null ){