Simplify product

This commit is contained in:
2025-05-31 18:24:02 +03:00
parent 2dac6c5bd8
commit 0cd5c6cb69
6 changed files with 2 additions and 74 deletions

1
server/auth.d.ts vendored
View File

@@ -16,7 +16,6 @@ declare module "#auth-utils" {
sex: string;
weight: number;
avatar: string;
premium: boolean;
};
}