|
|
@@ -7,7 +7,7 @@ import { ErrorSchema } from '@d8d/shared-utils';
|
|
|
import { AuthContext } from '@d8d/shared-types';
|
|
|
import { UserSchema } from '@d8d/user-module';
|
|
|
import { parseWithAwait } from '@d8d/shared-utils';
|
|
|
-import { RegisterSchema, TokenResponseSchema } from '../schemas';
|
|
|
+import { TokenResponseSchema } from '../schemas';
|
|
|
|
|
|
const RegisterSchema = z.object({
|
|
|
username: z.string().min(3).openapi({
|