diff --git a/web/.env.development b/web/.env.development index faabb044c..dc50b8c79 100644 --- a/web/.env.development +++ b/web/.env.development @@ -1,2 +1,4 @@ HOST=authelia-frontend -PUBLIC_URL="" \ No newline at end of file +PUBLIC_URL="" +REACT_APP_REMEMBER_ME=true +REACT_APP_RESET_PASSWORD=true \ No newline at end of file diff --git a/web/.env.production b/web/.env.production index 206b820f5..1f6321076 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1 +1,3 @@ -PUBLIC_URL={{.Base}} \ No newline at end of file +PUBLIC_URL={{.Base}} +REACT_APP_REMEMBER_ME={{.RememberMe}} +REACT_APP_RESET_PASSWORD={{.ResetPassword}} \ No newline at end of file diff --git a/web/public/index.html b/web/public/index.html index 4ae162c2b..16a5d184e 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -25,7 +25,7 @@