This commit is contained in:
oguzhankoral
2025-10-27 16:01:14 +03:00
parent 095ccf114d
commit 9efda2eeac
+3 -1
View File
@@ -15,11 +15,13 @@ const router = useRouter()
const { getChallenge } = useAuthManager()
const { $accountBinding } = useNuxtApp()
const hostApp = useHostAppStore()
const origin = window.location.origin
onMounted(async () => {
try {
const origin = window.location.origin
console.log(origin)
const accessCode = route.query.access_code as string | undefined
console.log(route.query)
if (accessCode) {
const challenge = getChallenge()
const body = {