fix: welcome email password (#21732)

This commit is contained in:
Jason Rasmussen
2025-09-10 09:11:42 -04:00
committed by GitHub
parent ee98e69097
commit 39eee6a634
5 changed files with 8 additions and 70 deletions

View File

@@ -81,7 +81,7 @@ type EventMap = {
StackDeleteAll: [{ stackIds: string[]; userId: string }];
// user events
UserSignup: [{ notify: boolean; id: string; tempPassword?: string }];
UserSignup: [{ notify: boolean; id: string; password?: string }];
// websocket events
WebsocketConnect: [{ userId: string }];