Resert AuthToken with empty string

This commit is contained in:
timothycarambat 2023-10-05 13:01:38 -07:00
parent bfa5c75fe4
commit 82e8350ad1

View File

@ -316,7 +316,7 @@ function systemEndpoints(app) {
updateENV(
{
AuthToken: null,
AuthToken: '',
JWTSecret: process.env.JWT_SECRET ?? v4(),
},
true