Commit 5eafeea0a6c0cbac78e8a223c47556f46184d03e

Authored by Marcelo Puebla
1 parent 7997e6b456
Exists in develop

limpado local storage

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);