mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix
This commit is contained in:
parent
3626c5c609
commit
76f593a14a
@ -600,7 +600,7 @@ export const usersCrudHandlers = createLazyProxy(() => createCrudHandlers(usersC
|
||||
});
|
||||
|
||||
// TODO why is this outside the transaction? is there a reason?
|
||||
if (auth.tenancy.config.create_team_on_sign_up) {
|
||||
if (auth.tenancy.config.teams.createPersonalTeamOnSignUp) {
|
||||
const team = await teamsCrudHandlers.adminCreate({
|
||||
data: {
|
||||
display_name: data.display_name ?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user