Updated `EnvelopeSenderPage.razor` to replace the `[Authorize]` attribute with the `@rendermode InteractiveWebAssembly` directive, indicating a shift in how authorization or rendering is handled. Modified the `Check` method in `AuthController.cs` to specify `AuthenticationSchemes = AuthScheme.Sender` in the `[Authorize]` attribute, enforcing a more specific authentication scheme for this endpoint.