Commit 11b914ac authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Oobe: clear input field errors upon offline gaia reset

Fixed: 1097739
Change-Id: Ic10887517d34390de9a05e00073d537d9f25bdbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260653
Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Renato Silva <rrsilva@google.com>
Reviewed-by: default avatarRenato Silva <rrsilva@google.com>
Cr-Commit-Position: refs/heads/master@{#781785}
parent 8ac02e51
......@@ -97,6 +97,8 @@
this.domain = '';
this.email_ = '';
this.fullEmail_ = '';
this.$.emailInput.isInvalid = false;
this.$.passwordInput.isInvalid = false;
},
onForgotPasswordClicked_() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment