mirror of
https://github.com/penpot/penpot.git
synced 2026-08-26 06:39:12 +00:00
The viewer's login-register modal always showed the Register link regardless of the disable-registration server flag. The main login page already gates this link on (contains? cf/flags :registration); apply the same guard to the viewer modal to make the flag consistent across all entry points.