Skip to content

Commit

Permalink
fix: hide timeout modal description (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar authored Jan 15, 2025
1 parent 1001df7 commit 002ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/TimeoutModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const TimeoutModal = () => {
return (
<Dialog open={isModalOpen} onOpenChange={onExtendSession}>
<DialogContent className="sm:max-w-[425px]">
<DialogDescription>Session expiring soon</DialogDescription>
<DialogDescription className="sr-only">Session expiring soon</DialogDescription>
<DialogHeader>
<DialogTitle>Session expiring soon</DialogTitle>
</DialogHeader>
Expand Down

0 comments on commit 002ee3f

Please sign in to comment.