mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33: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> {
|
protected async continue(): Promise<void> {
|
||||||
await this.validateEmail();
|
await this.validateEmail();
|
||||||
|
|
||||||
|
// TODO: Toast will be replaced with inline error message in PM-3301
|
||||||
if (!this.formGroup.controls.email.valid) {
|
if (!this.formGroup.controls.email.valid) {
|
||||||
this.toastService.showToast({
|
this.toastService.showToast({
|
||||||
variant: "error",
|
variant: "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user