All files / app/features/auth constants.tsx

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2

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    89x   89x  
// 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";