Skip to content

Commit

Permalink
feat: delete domain name verification
Browse files Browse the repository at this point in the history
  • Loading branch information
b3aton committed Aug 17, 2022
1 parent 477450e commit f6b618b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/storefront/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@ export default function App() {

useEffect(() => {
const {
host, pathname,
pathname,
} = window.location

if (!/mybigcommerce.com$/.test(host)) {
return
}

if (/login.php/.test(pathname)) {
setOpenPage({
isOpen: true,
Expand Down

0 comments on commit f6b618b

Please sign in to comment.