recovery
This commit is contained in:
parent
9fde9637b0
commit
8618759f75
|
@ -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:
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Reference in New Issue