Adding User Profile feature to Keycloak 4.3

Hi @zonaut,
First, thank you for providing an example for this feature for the community. I’ve checked this example which is for registration page. I got to your GitHub repo following this thread. But I think we have some differences between registration flow and account flow which made me confused how to apply those changes in your code for the account page. If I’m correct, you mentioned here that AccountFormService is not a SPI while registration flow is a SPI. I’m new to Keycloak and I don’t have any insights how to implement such a thing for profile account flow. Would you please give me more hints?