File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ func InitAllEnv() error {
421421
422422 if _ , ok := envData [constants .EnvKeyAppCookieSecure ]; ! ok {
423423 if osAppCookieSecure == "" {
424- envData [constants .EnvKeyAppCookieSecure ] = " true"
424+ envData [constants .EnvKeyAppCookieSecure ] = true
425425 } else {
426426 envData [constants .EnvKeyAppCookieSecure ] = osAppCookieSecure == "true"
427427 }
@@ -438,7 +438,7 @@ func InitAllEnv() error {
438438
439439 if _ , ok := envData [constants .EnvKeyAdminCookieSecure ]; ! ok {
440440 if osAdminCookieSecure == "" {
441- envData [constants .EnvKeyAdminCookieSecure ] = " true"
441+ envData [constants .EnvKeyAdminCookieSecure ] = true
442442 } else {
443443 envData [constants .EnvKeyAdminCookieSecure ] = osAdminCookieSecure == "true"
444444 }
You can’t perform that action at this time.
0 commit comments