Steps to reproduce:
- Create a new application via DevExpress Blazor App Template Gallery
- Enable authentication in the template wizard
- Configure email sender
- Run application
- Click the "Log in" button
- Click the "Forgot your password?" button
- Input your test email address and click the "Reset" butotn
- Confirm the password change by clicking the link in the received email
Expected results:
The Reset Password page is opened
Current results:
The Object reference not set to an instance of an object
is thrown in the OnInitialized method of the StatusMessage.razor
file
Additional information:
A project created via Microsoft template with the same message sender works without errors