Skip to content

Commit 6940b3b

Browse files
committed
post_logout_redirect_uri
1 parent 7905086 commit 6940b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ export class OAuthService {
479479
else {
480480
logoutUrl = this.logoutUrl + "?id_token="
481481
+ encodeURIComponent(id_token)
482-
+ "&redirect_uri="
482+
+ "&post_logout_redirect_uri="
483483
+ encodeURIComponent(this.redirectUri);
484484
}
485485
location.href = logoutUrl;

0 commit comments

Comments
 (0)