chore: wire release hook and service updates
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user