fix(signup): route admin signup notification to support@ not personal inbox

Admin signup notifications were going to dw5304@gmail.com. Route them
to the monitored support@screentinker.com queue instead, so signups
land in the shared inbox rather than a personal account.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-05-30 14:52:59 -05:00
parent b67fbaa1b6
commit a0abdc01ed

View file

@ -23,7 +23,7 @@ const { sendEmail } = require('./email');
const { getClientIp } = require('./activity');
const config = require('../config');
const ADMIN_NOTIFY_TO = 'dw5304@gmail.com';
const ADMIN_NOTIFY_TO = 'support@screentinker.com';
const LINKS = {
player: 'https://screentinker.com/player/',