ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
13 stars 9 forks source link

added button to show completed story modal if user accidentally clicks out of it #856

Closed AAloshine-scottlogic closed 4 months ago

AAloshine-scottlogic commented 4 months ago

Description

there is a congratulations modal that pops up when users complete all 3 levels. This ticket includes a button in the mission info banner to bring the win modal back up if the user clicks out of it accidentally.

Screenshots

image

Checklist

Have you done the following?

pmarsh-scottlogic commented 4 months ago

protip for advancing through the game: the answers to the levels are in the backend's email.ts in checkLevelWinCondition Or you can go into the browser's dev console, find the localStorage and change the value of numCompletedLevels to anything greater than 4.