Skip to content

Commit

Permalink
🔥 Remove privy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 7, 2025
1 parent 8c75b4b commit 57f4337
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 593 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion packages/wallet/app/context/blockchain/privy.ts

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function Logout() {
const { t } = useTranslation();
const navigate = useNavigate();
const queryClient = useQueryClient();
// const { logout: privyLogout } = usePrivyContext();

return (
<Panel size={"none"} variant={"invisible"}>
Expand All @@ -38,9 +37,6 @@ export function Logout() {
width={"full"}
align={"left"}
onClick={async () => {
// Privy logout
// todo: to reput when privy enabled
// await privyLogout();
// Session deletion
jotaiStore.set(sessionAtom, RESET);
jotaiStore.set(sdkSessionAtom, RESET);
Expand Down
87 changes: 0 additions & 87 deletions packages/wallet/app/module/authentication/hook/usePrivyLogin.ts

This file was deleted.

73 changes: 0 additions & 73 deletions packages/wallet/app/module/common/hook/useSyncEcdsaSession.ts

This file was deleted.

51 changes: 0 additions & 51 deletions packages/wallet/app/module/common/provider/PrivyProvider.tsx

This file was deleted.

119 changes: 0 additions & 119 deletions packages/wallet/app/module/common/provider/PrivySdkProvider.tsx

This file was deleted.

Loading

0 comments on commit 57f4337

Please sign in to comment.