chore: wire release hook and service updates

This commit is contained in:
2026-06-18 16:18:52 +08:00
parent e70ee3e22f
commit 1fc1635341
6 changed files with 33 additions and 15 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ import { AuthPlatform, type AuthProvider } from "@/lib/auth/auth_platform";
import type { LoginStatus } from "@/data/dto/auth";
import { authRepository } from "@/data/repositories/auth_repository";
import type { IAuthRepository } from "@/data/repositories/interfaces";
import { fetchFacebookUserData } from "@/data/services";
import { AuthStorage } from "@/data/storage/auth/auth_storage";
import { UserStorage } from "@/data/storage/user/user_storage";
import { deviceIdentifier, fetchFacebookUserData, Logger, Result } from "@/utils";
import { deviceIdentifier, Logger, Result } from "@/utils";
import { readGuestId } from "./auth-helpers";