Hello Community,
I'm trying to display a promotional text on my page that displays to users whom are logged out but have this message disappears once a user logs in.
The page i'm trying to do this on is dynamically generated by a module i'm using.
I can access that modules template directly and add something to it but i'm not sure how I would approach this.
Can this be achieved with Javascript/Razor directly inside a .ascx file somehow referencing that users role?