mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add todo comment re. inline errors.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user