When adding a "command" to the API using frontier frontier add command ForgetPassword, the files generated have a namespace of <Project>.Application.Features.Authentication.Queries.ForgetPassword, but it should be <Project>.Application.Features.Authentication.Commands.ForgetPassword.
When adding a "command" to the API using frontier
frontier add command ForgetPassword, the files generated have a namespace of<Project>.Application.Features.Authentication.Queries.ForgetPassword, but it should be<Project>.Application.Features.Authentication.Commands.ForgetPassword.