Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 21, 2024
1 parent d1743fb commit 5a8bc9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/holder/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const Home = () => {
if (fs) {
const { account, url } = await getGoogleloginInfo();

alert(url);

await fs.writeFile(
FILE_NAME_ACCOUNT,
Buffer.from(JSON.stringify(account), 'utf8'),
Expand Down

0 comments on commit 5a8bc9f

Please sign in to comment.