Commit 10ec5e48c25af22b6a36a566d99ee4adb68a99db

Authored by Marcelo Puebla
Exists in develop

Merge branch 'develop' into 'develop'

Develop

See merge request !30
src/app/modules/splash-screen/splash-screen.component.ts
... ... @@ -16,6 +16,7 @@ export class SplashScreenComponent implements OnInit {
16 16 constructor() { }
17 17  
18 18 ngOnInit() {
  19 + localStorage.clear();
19 20 setTimeout(() => {
20 21 this.showSplashScreen = false;
21 22 }, this.timerSplashScreen);