mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
New look and feel for auth screens
This commit is contained in:
parent
8d525ce733
commit
ff1d737c68
13 changed files with 49 additions and 37 deletions
|
@ -95,11 +95,14 @@ export default Component.extend({
|
|||
}
|
||||
|
||||
if ($("#stage-2-password-confirm").val() !== $("#stage-2-password").val()) {
|
||||
$(".mismatch").show();
|
||||
$("#stage-2-password").addClass("is-invalid");
|
||||
$("#stage-2-password-confirm").addClass("is-invalid");
|
||||
// $(".mismatch").show();
|
||||
// $(".password-status").attr("src", "/assets/img/onboard/lock-red.png");
|
||||
return;
|
||||
}
|
||||
|
||||
$("#stage-2-password").removeClass("is-invalid");
|
||||
$("#stage-2-password-confirm").removeClass("is-invalid");
|
||||
|
||||
self.set('processing', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue