Token URL construction evidence

File:
- /C:/Users/moabd/OneDrive/Documents/New project/appsmith-src/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/UserServiceCEImpl.java

Relevant lines from local review:
- 149: forgot-password client URL format constant
- 152: email-verification client URL format constant
- 283: reset URL built from baseUrl plus encrypted token material
- 891-894: resend verification path gated only by email verification setting
- 932: verification URL built from baseUrl plus encrypted token material

Interpretation:
- base URL is not only cosmetic branding
- the generated links carry security-sensitive material
