Skip to content

Commit

Permalink
Merge pull request #632 from Dokploy/canary
Browse files Browse the repository at this point in the history
v10.7.0
  • Loading branch information
Siumauricio authored Oct 31, 2024
2 parents 6b4e52f + 95e5316 commit 0e136ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dokploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.10.6",
"version": "v0.10.7",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/templates/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const generatePassword = (quantity = 16): string => {
Math.floor(Math.random() * characters.length),
);
}
return password;
return password.toLowerCase();
};

export const generateBase64 = (bytes = 32): string => {
Expand Down

0 comments on commit 0e136ff

Please sign in to comment.