fix go back

This commit is contained in:
Peter Maquiran
2024-04-11 09:13:30 +01:00
parent fe29ee3bc5
commit 91a5a8796f
10 changed files with 87 additions and 25 deletions
+2
View File
@@ -22,6 +22,7 @@ import { Storage } from '@ionic/storage';
import { CPSession } from 'src/app/store/documentManagement';
import { StorageService } from 'src/app/services/storage.service';
import { DeviceService } from 'src/app/services/device.service'
import { Cy } from 'cypress/enum'
@Component({
selector: 'app-login',
templateUrl: './login.page.html',
@@ -41,6 +42,7 @@ export class LoginPage implements OnInit {
sessionStore = SessionStore;
showPassword = false;
passwordIcon = "eye";
Cy = Cy
constructor(
private notificatinsservice: NotificationsService,