Skip to content

Commit 02d7389

Browse files
author
NEXUS\Anthony.Giretti
committed
add comment
1 parent 97fa901 commit 02d7389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front-end/src/app/auth-callback/auth-callback.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export class AuthCallbackComponent implements OnInit {
1313

1414
ngOnInit() {
1515

16+
// Fix to make Angular reads id_token in the hash
1617
var hash = decodeURIComponent(window.location.hash);
1718
window.location.hash = hash;
1819

0 commit comments

Comments
 (0)