Skip to content

Change the way preferredUsername is synced

Closes #1226 (closed) The issue came from the way actions and model were bound to the field.

The action that sync identity.value.preferredUsername was called before the model was updated, hence the missing character.

So I changed the way the username is updated.

Edited by CedricWagner

Merge request reports