Add submit button component and style it.
This commit is contained in:
@@ -36,7 +36,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
|
||||
const passwordSubscription = this.loginForm.controls['password'].valueChanges
|
||||
.pipe(
|
||||
debounceTime(300),
|
||||
debounceTime(100),
|
||||
map(value => value?.length ? value as string : '')
|
||||
)
|
||||
.subscribe(password => {
|
||||
|
||||
Reference in New Issue
Block a user