fixe theme changing

This commit is contained in:
Peter Maquiran
2022-10-11 17:07:51 +01:00
parent a2bdbb00fd
commit 5c22b278a3
7 changed files with 43 additions and 79 deletions
+1 -4
View File
@@ -59,10 +59,7 @@ export class LoginPage implements OnInit {
) {}
ngOnInit() {
this.storageservice.get('theme').then((theme) =>{
this.ThemeService.setTheme(theme)
})
}
togglePassword() {