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