Skip to content

Commit 0f14aec

Browse files
committed
fix: migration user creation code compilation error
1 parent af87c10 commit 0f14aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ All types use immutable builders:
362362
// v3 type construction
363363
CreateUserRequestContent request = CreateUserRequestContent
364364
.builder()
365-
.email("test@example.com")
366365
.connection("Username-Password-Authentication")
366+
.email("test@example.com")
367367
.password("secure-password")
368368
.build();
369369
```

0 commit comments

Comments
 (0)