Fix user profile writes on postgres conflicts
This commit is contained in:
@@ -277,7 +277,9 @@ func ensureBoundEmailAuthIdentityWithClient(
|
||||
).
|
||||
DoNothing().
|
||||
Exec(ctx); err != nil {
|
||||
return err
|
||||
if !isSQLNoRowsError(err) {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
identity, err := client.AuthIdentity.Query().
|
||||
|
||||
Reference in New Issue
Block a user