Skip to content

Commit

Permalink
Merge pull request 1EdTech#70 from packbackbooks/podc-27-change-state…
Browse files Browse the repository at this point in the history
…-not-found-error-msg

PODC-27 change message
  • Loading branch information
AramayisO authored Sep 1, 2022
2 parents 8d979fc + 7d87117 commit 6022254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LtiMessageLaunch.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class LtiMessageLaunch

public const ERR_FETCH_PUBLIC_KEY = 'Failed to fetch public key.';
public const ERR_NO_PUBLIC_KEY = 'Unable to find public key.';
public const ERR_STATE_NOT_FOUND = 'State not found. Please make sure you have cookies enabled in this browser.';
public const ERR_STATE_NOT_FOUND = 'Please make sure you have cookies enabled in this browser and that you are not in private or incognito mode';
public const ERR_MISSING_ID_TOKEN = 'Missing id_token.';
public const ERR_INVALID_ID_TOKEN = 'Invalid id_token, JWT must contain 3 parts';
public const ERR_MISSING_NONCE = 'Missing Nonce.';
Expand Down

0 comments on commit 6022254

Please sign in to comment.