All files / app/features/auth constants.tsx

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

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 868x       68x   68x  
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";