Skip to content

Commit

Permalink
fix: default user setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Oct 6, 2024
1 parent 5e04385 commit 77ca243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy-script/src/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const createAdminUser = async () => {
TableName: "trace-stack-dev",
Item: {
pk: "user#admin",
sk: "user#admin",
sk: "user",
type: "user",
name: "admin",
passwordHash: bcryptjs.hashSync(randomPassword),
Expand Down

0 comments on commit 77ca243

Please sign in to comment.