Merge pull request #579 from Dokploy/578-unable-to-reset-my-password

fix(dokploy): use the exact path of functions #578
This commit is contained in:
Mauricio Siu 2024-10-22 20:02:43 -06:00 committed by GitHub
commit cff5049096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import { findAdmin } from "@dokploy/server";
import { updateAuthById } from "@dokploy/server";
import { generateRandomPassword } from "@dokploy/server";
import { generateRandomPassword } from "@dokploy/server/dist/auth/random-password";
import { findAdmin } from "@dokploy/server/dist/services/admin";
import { updateAuthById } from "@dokploy/server/dist/services/auth";
(async () => {
try {