no focusinput on passwordVer

This commit is contained in:
Drew Ansbacher
2021-11-01 16:02:32 -06:00
committed by Aiden McClelland
parent 7576b30a6b
commit db9d18766c

View File

@@ -46,7 +46,6 @@
</p>
<ion-item color="dark" [class]="verError ? 'error-border' : passwordVer ? 'success-border' : ''">
<ion-input
#focusInput
[(ngModel)]="passwordVer"
[ngModelOptions]="{'standalone': true}"
[type]="!unmasked2 ? 'password' : 'text'"