Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 | 77x 77x 77x | export const TERMS = "Terms";
// don't change these, these are set in the backend
// error message when jailed
export const JAILED_ERROR_MESSAGE = "Permission denied";
// error message when not jailed (invalid token, logged out, etc)
export const LOGGED_OUT_ERROR_MESSAGE = "Unauthorized";
|