mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
Add todo comment re. inline errors.
This commit is contained in:
parent
40dd0dd1d2
commit
d4395fb142
@ -398,6 +398,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
protected async continue(): Promise<void> {
|
||||
await this.validateEmail();
|
||||
|
||||
// TODO: Toast will be replaced with inline error message in PM-3301
|
||||
if (!this.formGroup.controls.email.valid) {
|
||||
this.toastService.showToast({
|
||||
variant: "error",
|
||||
|
Loading…
Reference in New Issue
Block a user