From 4705975e5929fa2b129e866c85ab5e5341db1464 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 31 May 2023 00:41:01 -0400 Subject: [PATCH] feat:add hyperlink to bing.com in SetTokenDialog (#414) --- client/src/components/Input/SetTokenDialog/index.jsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/src/components/Input/SetTokenDialog/index.jsx b/client/src/components/Input/SetTokenDialog/index.jsx index 4aec4dd501..55d52a711e 100644 --- a/client/src/components/Input/SetTokenDialog/index.jsx +++ b/client/src/components/Input/SetTokenDialog/index.jsx @@ -43,8 +43,16 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => { const helpText = { bingAI: ( - {`To get your Access token for Bing, login to https://www.bing.com. - Use dev tools or an extension while logged into the site to copy the content of the _U cookie. + {`To get your Access token for Bing, login to `} + + https://www.bing.com + + {`. Use dev tools or an extension while logged into the site to copy the content of the _U cookie. If this fails, follow these `}