This commit is contained in:
Karol Wypchlo 2021-02-05 12:46:18 +01:00
parent 9fde9637b0
commit 8618759f75
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
preserve_host: true preserve_host: true
url: "http://dashboard:3000" url: "http://dashboard:3000"
match: match:
url: "http://oathkeeper:4455/<{error,verify,auth/*,**.css,**.js}{/,}>" url: "http://oathkeeper:4455/<{error,recovery,verify,auth/*,**.css,**.js}{/,}>"
methods: methods:
- GET - GET
authenticators: authenticators:

View File

@ -47,7 +47,7 @@ const fieldProps = {
}, },
}; };
export default function Registration({ flow }) { export default function Recovery({ flow }) {
const fields = flow.methods.link.config.fields const fields = flow.methods.link.config.fields
.map((field) => ({ .map((field) => ({
...field, ...field,