window.Lynx={init:function(e){let t=Plaid.create({token:e.token,onSuccess:e.onSuccess,onExit:e.onExit,received_redirect_uri:window.location.href});t.open()},open:function(){let e=JSON.parse(localStorage.getItem("lynxData"));(handler=Plaid.create({token:e.token,onSuccess(){},onLoad(){},onExit(e,t){},onEvent(e,t){},receivedRedirectUri:window.location.href})).open()}},(script=document.createElement("script")).src="https://cdn.plaid.com/link/v2/stable/link-initialize.js",script.type="text/javascript",script.defer=!0,document.getElementsByTagName("head").item(0).appendChild(script),window.onload=function(){let e=new URLSearchParams(window.location.search),t=Object.fromEntries(e.entries());void 0!==t.oauth_state_id&&Lynx.open()};