diff --git a/src/components/Instance/index.tsx b/src/components/Instance/index.tsx index 4ab99862..81d1d2a0 100644 --- a/src/components/Instance/index.tsx +++ b/src/components/Instance/index.tsx @@ -87,7 +87,7 @@ const ComponentInstance: React.FC = ({ }) await request.makeAuthUrlAsync(discovery) - const promptResult = await request.promptAsync(discovery) + const promptResult = await request.promptAsync(discovery, await browserPackage()) if (promptResult?.type === 'success') { const { accessToken } = await AuthSession.exchangeCodeAsync(