Skip to content

Commit

Permalink
Add SIWF_DOMAIN to env
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts committed Feb 1, 2024
1 parent 9e39e6d commit 54e82fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/api/auth/sign-in/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function POST(request: Request) {
});

const verifyResult = await appClient.verifySignInMessage({
domain: 'localhost:3000',
domain: process.env.SIWF_DOMAIN || "localhost:3000",
message,
nonce,
signature,
Expand Down

0 comments on commit 54e82fc

Please sign in to comment.