Adding new SQL-Injection exercise

This commit is contained in:
2024-11-27 14:21:14 +01:00
parent 1f6ebf5b2e
commit 7baa8e2b25
7 changed files with 57 additions and 28 deletions

View File

@@ -92,7 +92,7 @@ export const useAccountStore = defineStore("accountStore", {
this.adminPanelVisible = response.data.accountRole.privilegeAdminPanel
if (response.data.accountRoleId == 3) {
exerciseStore.solveExercise(2, 4)
exerciseStore.solveExercise(2, 5)
}
})
})