wip
This commit is contained in:
@@ -71,7 +71,6 @@ export class SignupWithEmailUseCase {
|
||||
id: newUser.id,
|
||||
displayName: newUser.displayName,
|
||||
email: newUser.email,
|
||||
primaryDriverId: undefined, // Will be set during onboarding
|
||||
};
|
||||
|
||||
const session = await this.sessionPort.createSession(authenticatedUser);
|
||||
|
||||
Reference in New Issue
Block a user