diff --git a/src/app/modules/splash-screen/splash-screen.component.ts b/src/app/modules/splash-screen/splash-screen.component.ts index 11cc03a..84fdb7f 100644 --- a/src/app/modules/splash-screen/splash-screen.component.ts +++ b/src/app/modules/splash-screen/splash-screen.component.ts @@ -16,6 +16,7 @@ export class SplashScreenComponent implements OnInit { constructor() { } ngOnInit() { + localStorage.clear(); setTimeout(() => { this.showSplashScreen = false; }, this.timerSplashScreen);