Skip to content

Commit

Permalink
fix: add register and faucet routes to tos required list
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Sep 18, 2024
1 parent b7ba65d commit 6248492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LANDING_BUTTON_URL = {
SECONDARY: URL.BUG_BOUNTY_PROGRAM,
};

export const TOS_LOCKED_PATHS = ['/stake', '/mystakes'];
export const TOS_LOCKED_PATHS = ['/stake', '/mystakes', '/register', '/faucet'];

export enum COMMUNITY_DATE {
SESSION_TOKEN_COMMUNITY_SNAPSHOT = '2024-06-12',
Expand Down

0 comments on commit 6248492

Please sign in to comment.