Skip to content

Commit

Permalink
Remove default preloginPassowrd
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxachun committed Dec 12, 2024
1 parent d2ed488 commit 268e82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-configs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default ((env) => {
main: envToDomainMap[env],
},
preloginEnabled: true,
preloginPassword: env === "local" ? undefined : "password",
preloginPassword: undefined,
public: {
scope: {
domain: "main",
Expand Down

0 comments on commit 268e82f

Please sign in to comment.