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
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:

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
.map((field) => ({
...field,