Skip to content

Commit

Permalink
Merge pull request #579 from Dokploy/578-unable-to-reset-my-password
Browse files Browse the repository at this point in the history
fix(dokploy): use the exact path of functions #578
  • Loading branch information
Siumauricio authored Oct 23, 2024
2 parents 03d1e97 + cb5ca10 commit cff5049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/dokploy/reset-password.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit cff5049

Please sign in to comment.