This commit is contained in:
2024-02-03 17:01:52 +01:00
parent fcb556914c
commit 68fcaa6540
5 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
data.append("email", email);
data.append("password", password);
doAction(data, "Login Successful!", "Login failed. Please check your credentials.");
doAccountAction(data, "Login Successful!", "Login failed. Please check your credentials.");
}
</script>