File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public void ConfigureServices(IServiceCollection services)
17
17
{
18
18
_ = services . AddDataProtection ( )
19
19
. SetApplicationName ( "CoreHome" )
20
- . PersistKeysToFileSystem ( new ( Path . Combine ( StaticConfig . STORAGE_FOLDER , "/ DataProtection" ) ) ) ;
20
+ . PersistKeysToFileSystem ( new ( Path . Combine ( StaticConfig . STORAGE_FOLDER , "DataProtection" ) ) ) ;
21
21
22
22
_ = services . Configure < CookieOptions > ( config => config . SameSite = SameSiteMode . Lax ) ;
23
23
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public void ConfigureServices(IServiceCollection services)
16
16
{
17
17
_ = services . AddDataProtection ( )
18
18
. SetApplicationName ( "CoreHome" )
19
- . PersistKeysToFileSystem ( new ( Path . Combine ( StaticConfig . STORAGE_FOLDER , "/ DataProtection" ) ) ) ;
19
+ . PersistKeysToFileSystem ( new ( Path . Combine ( StaticConfig . STORAGE_FOLDER , "DataProtection" ) ) ) ;
20
20
21
21
_ = services . Configure < CookieOptions > ( config => config . SameSite = SameSiteMode . Lax ) ;
22
22
You can’t perform that action at this time.
0 commit comments