Revert "Merge from development branch"

This commit is contained in:
Arminas 2023-01-04 12:55:00 +02:00 committed by GitHub
parent b06eb96e9d
commit 43148cebf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 99 additions and 716 deletions

View file

@ -99,11 +99,7 @@
$("#btn_login").click(function () {
const username = $("#username").val();
const password = $("#password").val();
let rememberMe = false;
if ($("#remember").is(':checked')){
rememberMe = true;
}
const data = {"username": username, "password": password, "rememberMe": rememberMe}
const data = {"username": username, "password": password}
$.ajax({
cache: false,