[lib.authentication] updated time range to 15min

This commit is contained in:
xdrm-brackets 2018-04-03 17:21:47 +02:00
parent 7ac0f0e487
commit 4f33a1d5a3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ){