diff --git a/docker/kratos/oathkeeper/access-rules.yml b/docker/kratos/oathkeeper/access-rules.yml index cfb1eeed..97ac5ed3 100644 --- a/docker/kratos/oathkeeper/access-rules.yml +++ b/docker/kratos/oathkeeper/access-rules.yml @@ -57,7 +57,7 @@ preserve_host: true url: "http://dashboard:3000" match: - url: "http://oathkeeper:4455/<{error,verify,auth/*,**.css,**.js}{/,}>" + url: "http://oathkeeper:4455/<{error,recovery,verify,auth/*,**.css,**.js}{/,}>" methods: - GET authenticators: diff --git a/packages/dashboard/src/pages/recovery.js b/packages/dashboard/src/pages/recovery.js index 53ab672c..a7746c4d 100644 --- a/packages/dashboard/src/pages/recovery.js +++ b/packages/dashboard/src/pages/recovery.js @@ -47,7 +47,7 @@ const fieldProps = { }, }; -export default function Registration({ flow }) { +export default function Recovery({ flow }) { const fields = flow.methods.link.config.fields .map((field) => ({ ...field,