Skip to content

Commit dc7be00

Browse files
authored
Change hard-coded token in fetchIdentityToken function
Updated the fetchIdentityToken function to return a new token value.
1 parent 633d8a1 commit dc7be00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npachpande/cwc/sdb3/cwc_inapp_help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
function fetchIdentityToken() {
2121
// Execute a fetch request here an return response.json() instead of hard-coding the id_token
22-
return "00DSB00000aGFJL!AQEAQGY6LxMtdjSTX8SXOgvi7zlJ9Sv_OAD3TA4CVbQmf1TpBQu.xWxfDlZn7v3B6zfvKP7gp6nWCbm6kfTtmjCPl4DtFAO3"
22+
return "00DSB00000aGFJL!AQEAQK9DSqfn5EXsi6YGVchEICO57rNTeZoXmL7ZADY_UTxxGIV.8e1OHjXNdH3E.echZTpmTKGTM68_ipisiqSQIRAbbuNx"
2323
}
2424

2525
function clearSession() {

0 commit comments

Comments
 (0)