mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
106c9032ad
Since merging #1135 and utilising Go templating to enable/disable the rememeber me and password reset features these have stopped working in the development workflow. During frontend development if someone wants to modify these values they should modify the `.env.development` file accordingly.
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
PUBLIC_URL={{.Base}}
|
|
REACT_APP_REMEMBER_ME={{.RememberMe}}
|
|
REACT_APP_RESET_PASSWORD={{.ResetPassword}} |