Skip to content

Commit

Permalink
fix(front): File hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 20, 2024
1 parent 34d967a commit 5d074af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions front/src/components/BedrockAccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ export const BedrockAccountMenu = () => {
</DropdownMenuGroup>
<DropdownMenuSeparator />
<DropdownMenuItem
onClick={() => {
onClick={async () => {
disconnect();
logout();
await logout();
}}
className="cursor-pointer"
>
<LogOut />
Log out
Expand Down

0 comments on commit 5d074af

Please sign in to comment.