This commit is contained in:
Cüneyt Şentürk 2021-06-30 15:01:17 +03:00
parent e2f29060a2
commit 72acc3e3ee
2 changed files with 121 additions and 117 deletions

View File

@ -59,6 +59,7 @@
this.can_login = true;
this.form.create_user = true;
return true;
}
@ -69,6 +70,7 @@
this.can_login = false;
this.form.create_user = false;
return false;
}
})
@ -81,6 +83,7 @@
this.can_login = false;
this.form.create_user = false;
return false;
}
@ -90,6 +93,7 @@
this.can_login = false;
this.form.create_user = false;
return false;
}
}