We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5d10c commit 5b5cc03Copy full SHA for 5b5cc03
src/pages/appeals/oauth2-callback.astro
@@ -11,7 +11,7 @@ const code = Astro.url.searchParams.get("code");
11
const state = Astro.url.searchParams.get("state");
12
const responses = state !== null ? Result.from(() => JSON.parse(atob(state))).andThen(d => validateForm(d)) : null;
13
const questionsMap = {
14
- punishmentType: "What kind of punishment are you appealing?",
+ punishmentType: "What type of punishment are you appealing?",
15
blockedChannel: "What channel were you blocked from?",
16
role: "What role were you given?",
17
punishmentReason: "Why were you given this punishment?",
0 commit comments