mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Merge branch 'dev' into usage-page-performance-improvements
This commit is contained in:
commit
5d6098006c
@ -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