Fix authentication hydration issue (#1048)

* Fix authentication hydration issue

* reset existing cookies

* Update if statement chaining
This commit is contained in:
Geometrically
2023-03-13 20:21:55 -07:00
committed by GitHub
parent e838fe30de
commit aac2da70cf
6 changed files with 27 additions and 9 deletions

View File

@@ -137,8 +137,6 @@ export const createDataPackVersion = async function (
primaryZipReader.file('quilt.mod.json', JSON.stringify(quiltModJson))
}
if (loaders.includes('forge')) {
console.log(forgeModsToml)
console.log(TOML.stringify(forgeModsToml, { newline: '\n' }))
primaryZipReader.file('META-INF/mods.toml', TOML.stringify(forgeModsToml, { newline: '\n' }))
}