Minor bugfixes, new logo

This commit is contained in:
2024-11-20 19:20:22 +01:00
parent 57358fa818
commit e8b50da142
13 changed files with 179 additions and 371 deletions

View File

@@ -45,7 +45,7 @@ export const useSearchStore = defineStore("searchStore", {
exerciseStore.solveExercise(2, 2)
} else if (this.searchTerm.includes("'); UPDATE Accounts SET accountRoleId = 2 WHERE username = ")) {
exerciseStore.solveExercise(2, 3)
} else if (this.searchTerm.includes("'); DELETE FROM Ratings WHERE rating = 5;")) {
} else if (this.searchTerm.includes("'); DELETE FROM Ratings WHERE rating = 5; --")) {
exerciseStore.solveExercise(2, 5)
}