Skip to content

Commit

Permalink
fix: slint aplication
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioAR committed Oct 25, 2024
1 parent 8a65bdd commit 147ad1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app/user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const Terms = () => {
})

const urlData: string = (() => {
if (typeof window === 'undefined') {
return ''
}
const url = new URL(window.location.href)
const searchParams = new URLSearchParams(url.hash.substring(url.hash.indexOf('?')))

Expand Down

0 comments on commit 147ad1f

Please sign in to comment.