mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
Merge pull request #579 from Dokploy/578-unable-to-reset-my-password
Some checks are pending
Build Docker images / build-and-push-image-docs (push) Waiting to run
Build Docker images / build-and-push-image-website (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Some checks are pending
Build Docker images / build-and-push-image-docs (push) Waiting to run
Build Docker images / build-and-push-image-website (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
fix(dokploy): use the exact path of functions #578
This commit is contained in:
commit
cff5049096
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user