Skip to content

Commit

Permalink
enhance: add prompt message to pre-auth prompt dialog (#1552)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hopper-Lowe <ryan@acorn.io>
  • Loading branch information
ryanhopperlowe authored Jan 31, 2025
1 parent 5e9ee62 commit e6c4a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function ToolAuthenticationDialog({
<div key={index} className="flex flex-col gap-2">
<p className="flex items-center gap-2">
<CircleAlert />
Authentication Required
{message.prompt.message || "Authentication Required"}
</p>
<PromptAuthForm
prompt={message.prompt}
Expand Down

0 comments on commit e6c4a38

Please sign in to comment.