fix: resourceowner added for user state write model

This commit is contained in:
Stefan Benz
2025-08-08 13:37:03 +02:00
parent 4930870504
commit f3a86aedff
5 changed files with 11 additions and 11 deletions

View File

@@ -511,7 +511,7 @@ func (c *Commands) HumanMFAInitSkippedV2(ctx context.Context, userID string) (*d
return nil, zerrors.ThrowInvalidArgument(nil, "COMMAND-Wei5kooz1i", "Errors.User.UserIDMissing")
}
existingHuman, err := c.userStateWriteModel(ctx, userID)
existingHuman, err := c.userStateWriteModel(ctx, userID, "")
if err != nil {
return nil, err
}