feat: improve sign out

This commit is contained in:
Chubby Granny Chaser 2024-06-21 01:34:59 +01:00
parent 0ac17e95ff
commit 8afb3c27dc
No known key found for this signature in database
12 changed files with 35 additions and 15 deletions

View file

@ -6,8 +6,8 @@ import {
GameShopCache,
Repack,
UserPreferences,
UserAuth,
} from "@main/entity";
import { UserAuth } from "./entity/user-auth";
export const gameRepository = dataSource.getRepository(Game);