Skip to content

Commit 213da7f

Browse files
drew-harrisskeptrunedev
authored andcommitted
bugfix: use actual email
1 parent 6e11d2f commit 213da7f

File tree

1 file changed

+1
-1
lines changed
  • clients/trieve-shopify-extension/app

1 file changed

+1
-1
lines changed

clients/trieve-shopify-extension/app/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const validateTrieveAuth = async <S extends boolean = true>(
118118
},
119119
body: JSON.stringify({
120120
user_name: shop_name,
121-
user_email: "drew.h@trieve.ai",
121+
user_email: shop_email,
122122
}),
123123
},
124124
).catch((e) => {

0 commit comments

Comments
 (0)