refactor: remove unused auth service and clean up server-side code

This commit is contained in:
Mauricio Siu
2025-02-22 18:03:12 -06:00
parent 81a881b07e
commit 1a415b96c9
201 changed files with 434 additions and 1035 deletions

View File

@@ -2,7 +2,6 @@ import {
type DomainSchema,
type Schema,
type Template,
generateHash,
generateRandomDomain,
} from "../utils";

View File

@@ -2,7 +2,6 @@ import {
type DomainSchema,
type Schema,
type Template,
generateHash,
generateRandomDomain,
} from "../utils";

View File

@@ -2,8 +2,6 @@ import {
type DomainSchema,
type Schema,
type Template,
generateBase64,
generatePassword,
generateRandomDomain,
} from "../utils";

View File

@@ -2,7 +2,6 @@ import {
type DomainSchema,
type Schema,
type Template,
generateHash,
generatePassword,
generateRandomDomain,
} from "../utils";

View File

@@ -1,4 +1,3 @@
import { Secrets } from "@/components/ui/secrets";
import {
type DomainSchema,
type Schema,

View File

@@ -3,7 +3,6 @@ import {
type Schema,
type Template,
generateBase64,
generateHash,
generateRandomDomain,
} from "../utils";