Skip to content

Commit

Permalink
no AuthToken unset for enable multi-user
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed May 13, 2024
1 parent 21f4c5c commit 790fd58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/endpoints/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ function systemEndpoints(app) {

await updateENV(
{
AuthToken: "",
JWTSecret: process.env.JWT_SECRET || v4(),
},
true
Expand Down

0 comments on commit 790fd58

Please sign in to comment.