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
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 0 deletions

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