Skip to content

Commit

Permalink
Revert "Tell amplify to sign the user out of all devices (#11929)"
Browse files Browse the repository at this point in the history
This reverts commit 6fbc025.
  • Loading branch information
jessabean authored Nov 18, 2024
1 parent 94cb7de commit f603af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/utils/api/apiLib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function loginUser(
}

export async function logoutUser(): Promise<void> {
await signOut({ global: true });
await signOut();
}

export async function refreshSession(): Promise<void> {
Expand Down

0 comments on commit f603af4

Please sign in to comment.