Skip to content

Commit 959ff8a

Browse files
pavkamCopilot
andauthored
Update packages/cli/commands/auth.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 823abc8 commit 959ff8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/commands/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const logoutAction = async () => {
3030
const baseUrl = configStore.getConfig("baseUrl");
3131

3232
if (authStore.getToken(baseUrl).isApiKey) {
33-
await handleError(
33+
handleError(
3434
"Logout is not allowed when an API token was supplied.",
3535
"Logout",
3636
);

0 commit comments

Comments
 (0)