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