mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Fix login, register and forgot-password links
These links don't work unless you add a trailing slash
This commit is contained in:
parent
f3bb1ab711
commit
1a50df25ec
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"controls": {
|
"controls": {
|
||||||
"BasicInteractionRoute:_controls_key": "forgotPassword",
|
"BasicInteractionRoute:_controls_key": "forgotPassword",
|
||||||
"BasicInteractionRoute:_controls_value": "/forgotpassword"
|
"BasicInteractionRoute:_controls_value": "/forgotpassword/"
|
||||||
},
|
},
|
||||||
"handler": {
|
"handler": {
|
||||||
"@type": "ForgotPasswordHandler",
|
"@type": "ForgotPasswordHandler",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"controls": {
|
"controls": {
|
||||||
"BasicInteractionRoute:_controls_key": "login",
|
"BasicInteractionRoute:_controls_key": "login",
|
||||||
"BasicInteractionRoute:_controls_value": "/login"
|
"BasicInteractionRoute:_controls_value": "/login/"
|
||||||
},
|
},
|
||||||
"handler": {
|
"handler": {
|
||||||
"@type": "LoginHandler",
|
"@type": "LoginHandler",
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"controls": {
|
"controls": {
|
||||||
"BasicInteractionRoute:_controls_key": "register",
|
"BasicInteractionRoute:_controls_key": "register",
|
||||||
"BasicInteractionRoute:_controls_value": "/register"
|
"BasicInteractionRoute:_controls_value": "/register/"
|
||||||
},
|
},
|
||||||
"handler": {
|
"handler": {
|
||||||
"@type": "RegistrationHandler",
|
"@type": "RegistrationHandler",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user