From 0de7e84f58a5eebcdc8f3d92fa23c33d3dc6477d Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 30 Dec 2022 12:56:13 +0100 Subject: [PATCH] Fix #632 No need to warn --- src/components/Instance/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(