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
  • Loading branch information
jessabean authored Dec 2, 2024
1 parent 0d67f0a commit aa643fe
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 aa643fe

Please sign in to comment.