Mrudhulraj commented on code in PR #6402:
URL: https://github.com/apache/texera/pull/6402#discussion_r3611179312


##########
frontend/src/app/hub/component/about/local-login/local-login.component.html:
##########
@@ -34,6 +34,12 @@
       <ng-container *ngIf="control.hasError('required')">Please confirm your 
password. </ng-container>
       <ng-container *ngIf="control.hasError('confirm')">Two passwords are 
inconsistent. </ng-container>
     </ng-template>
+    <ng-template
+      #emailErrorTip
+      let-control>
+      <ng-container *ngIf="control.hasError('optional')">Please input your 
email. </ng-container>

Review Comment:
   I have fixed the changes would like your review.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to