Hi,
I have an offcanvas with an extranet app for create users.
On my page i have this: @RenderParagraphContent(11802) which are the paragraph that includes the extranet app.
But after creation of user the page refresh and the url changes to CreatedProfile=true.
Now the @RenderParagraphContent(11802) does not render my offcanvas again. So when i click add user again it cant open the offcanvas because it does not exists.
Why does not my renderparagraph which has my extranet app not work when url has CreatedProfile=True?
So now i cant create multiple users in a row.
My app:
Start off CreateExternalAccount.cshtml
Regards
Andreas