Adding new SQL-Injection exercise
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user