feat(server): Add the field api_key at the database

This commit is contained in:
maooyer
2026-04-21 21:05:32 +08:00
committed by shuaiplus
parent 77794e43ce
commit d6e5a1c40b
4 changed files with 12 additions and 6 deletions
+1
View File
@@ -50,6 +50,7 @@ export interface User {
verifyDevices?: boolean;
totpSecret: string | null;
totpRecoveryCode: string | null;
apiKey: string | null;
createdAt: string;
updatedAt: string;
}