mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-16 19:35:25 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e136ffb8f | ||
|
|
95e53169b1 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dokploy",
|
"name": "dokploy",
|
||||||
"version": "v0.10.6",
|
"version": "v0.10.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export const generatePassword = (quantity = 16): string => {
|
|||||||
Math.floor(Math.random() * characters.length),
|
Math.floor(Math.random() * characters.length),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return password;
|
return password.toLowerCase();
|
||||||
};
|
};
|
||||||
|
|
||||||
export const generateBase64 = (bytes = 32): string => {
|
export const generateBase64 = (bytes = 32): string => {
|
||||||
|
|||||||
Reference in New Issue
Block a user