Forgot password flow
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
[placeholder]="placeholder()"
|
||||
[value]="type() !== 'file' ? value() : null"
|
||||
(input)="type() !== 'file' ? onValueChange($event) : null"
|
||||
(paste)="onPaste($event)"
|
||||
(change)="type() === 'file' ? onFileChange($event) : null"
|
||||
[attr.maxlength]="type() !== 'file' ? maxlength() : null"
|
||||
[attr.accept]="type() === 'file' ? accept() : null"
|
||||
|
||||
Reference in New Issue
Block a user