diff --git a/backend/src/api/controllers/user.ts b/backend/src/api/controllers/user.ts index 964602852f10..816242cab515 100644 --- a/backend/src/api/controllers/user.ts +++ b/backend/src/api/controllers/user.ts @@ -270,7 +270,7 @@ export async function deleteUser(req: MonkeyRequest): Promise { if (error) { if (error instanceof MonkeyError && error.status === 404) { - //userinfo was already deleted. We ignore this and still try to remove the other data + //userinfo was already deleted. We ignore and still try to remove the other data } else { throw error; } diff --git a/frontend/src/html/pages/account-settings.html b/frontend/src/html/pages/account-settings.html index 6ef41fa45ad2..847d1a2ebd96 100644 --- a/frontend/src/html/pages/account-settings.html +++ b/frontend/src/html/pages/account-settings.html @@ -133,6 +133,25 @@ +
+
+ + result saving +
+
+ Toggle result saving. When disabled, results will not be saved ( + practice mode + ). +
+
+ +
+
+