Aware Test
Redirecting you to Aware…
const params = new Proxy(new URLSearchParams(window.location.search), { get: (searchParams, prop) => searchParams.get(prop), }); // Get the value of "some_key" in eg "https://example.com/?some_key=some_value" let value = params.uid; // "some_value" window.location = "Aware://family/circle?inviteCode="+value