mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(dokploy): use the exact path of functions #578
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { findAdmin } from "@dokploy/server";
|
import { generateRandomPassword } from "@dokploy/server/dist/auth/random-password";
|
||||||
import { updateAuthById } from "@dokploy/server";
|
import { findAdmin } from "@dokploy/server/dist/services/admin";
|
||||||
import { generateRandomPassword } from "@dokploy/server";
|
import { updateAuthById } from "@dokploy/server/dist/services/auth";
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user