Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 20, 2024
1 parent 3fec75a commit 4751fe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SignInDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const SignInWithEthereum = () => {
.then((res) => res.json())
.then((data) => z.object({ nonce: z.string() }).parse(data));
const urlHostname = `${new URL(env.NEXT_PUBLIC_URL).hostname}:${window.location.port}`;
console.log(urlHostname);
const message = createSiweMessage({
address: address!,

Check warning on line 92 in src/components/SignInDialog.tsx

View workflow job for this annotation

GitHub Actions / quality-assurance

lint/style/noNonNullAssertion

Forbidden non-null assertion.
chainId: 1,
Expand Down

0 comments on commit 4751fe1

Please sign in to comment.