mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-21 13:42:38 -06:00
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:
parent
b67fbaa1b6
commit
a0abdc01ed
|
|
@ -23,7 +23,7 @@ const { sendEmail } = require('./email');
|
||||||
const { getClientIp } = require('./activity');
|
const { getClientIp } = require('./activity');
|
||||||
const config = require('../config');
|
const config = require('../config');
|
||||||
|
|
||||||
const ADMIN_NOTIFY_TO = 'dw5304@gmail.com';
|
const ADMIN_NOTIFY_TO = 'support@screentinker.com';
|
||||||
|
|
||||||
const LINKS = {
|
const LINKS = {
|
||||||
player: 'https://screentinker.com/player/',
|
player: 'https://screentinker.com/player/',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue