1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Add todo comment re. inline errors.

This commit is contained in:
Alec Rippberger
2024-10-18 10:09:54 -05:00
parent 40dd0dd1d2
commit d4395fb142

View File

@@ -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",