Currently via the provided flow the template responds with text in the following manner:
We have sent a password reset code by email to j***@t***.com. Enter it below to reset your password.
Is there a way to update and or add to this copy? Where do I even look to find this template?
context:
Vue Nuxt app with nuxt auth scheme oath2, authorization_endpoint via AWS Cognito
.../confirmForgotPassword?response_type=token&client_id=XXXXXX&redirect_uri=XXX ect...
As always any help and direction is appreciated so thanks in advance!