Skip to content

Commit

Permalink
Logout keycloak without url
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Oct 17, 2024
1 parent 611a59d commit 22c6bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/keycloakService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class KeycloakService {
}

public logout(redirectUri?: string): void {
KeycloakService.keycloakAuth.logout({ redirectUri: redirectUri });
KeycloakService.keycloakAuth.logout();
}

public account(): void {
Expand Down

0 comments on commit 22c6bf6

Please sign in to comment.