mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Change Quick Sign Up email address
This commit is contained in:
parent
812716dae2
commit
012098e1a9
@ -245,7 +245,7 @@ function generateRandomEmail(): string {
|
||||
for (let i = 0; i < 8; i++) {
|
||||
id += chars[Math.floor(Math.random() * chars.length)];
|
||||
}
|
||||
return `dev-${id}@test.hexclave.com`;
|
||||
return `dev-${id}@devtool-quick-sign-up.example.com`;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user