DARKNET: Fix typo in authentication response message (#2734)

This commit is contained in:
catloversg
2026-05-07 05:05:50 +07:00
committed by GitHub
parent a7b34b110c
commit c616ba3b46
+1 -1
View File
@@ -270,7 +270,7 @@ export const handleLabyrinthPassword = (
return {
passwordAttempted: attemptedPassword,
code: ResponseCodeEnum.Success,
message: "You have discovered the end the labyrinth.",
message: "You have discovered the end of the labyrinth.",
data: labServer.password,
};
}