mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Improve login
This commit is contained in:
@@ -4,6 +4,7 @@ import { FingerprintPage } from 'src/app/shared/fingerprint/fingerprint.page';
|
||||
import { PinPage } from 'src/app/shared/pin/pin.page';
|
||||
import { SessionStore } from 'src/app/store/session.service';
|
||||
import { environment } from 'src/environments/environment';
|
||||
import { Platform } from '@ionic/angular';
|
||||
|
||||
@Component({
|
||||
selector: 'app-edit-profile',
|
||||
@@ -16,7 +17,8 @@ export class EditProfilePage implements OnInit {
|
||||
production = environment.production
|
||||
|
||||
constructor(private modalController:ModalController,
|
||||
private animationController: AnimationController
|
||||
private animationController: AnimationController,
|
||||
public platform: Platform,
|
||||
) {}
|
||||
|
||||
ngOnInit() {}
|
||||
|
||||
Reference in New Issue
Block a user