Unauthorized.razor has [Authorize] attribute

Hey,

I have just added Azure AD Auth to a new .Net6 Blazor Server Project and saw that the Unauthorized.razor project has a "Authorized" attribute.

Are you using latest version of Radzen Blazor Studio? I don't think we have this attribute in our templates:

I created the project with an earlier version of RBS but added the AD Security with the latest version.
When is this page created, with Project creation or when Security is added?

So maybe it is fixed meanwhile.

The page is created when security is added. There are no changes in this template since we added it two months ago.

I just created a new .Net6 Blazor Server App with Radzen Studio 1.3.3 and added Azure AD Auth.
And the "Unauthorized.razor" file have a Authorize attribute:

Edit:
Just realized, I think that happend when I switched Access property from another page from "Everyone" to "Authenticated"
image

After this all pages have the "Authenticated" property enabled.

I was able to reproduce the problem and we will try to fix it with the next release.