Skip to content

Commit 98fb395

Browse files
committed
better error message
1 parent c601ca0 commit 98fb395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySSO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private static function eppnToOrg($eppn)
1717
{
1818
$parts = explode("@", $eppn);
1919
if (count($parts) != 2) {
20-
throw new Exception("Malformed remote user detected");
20+
throw new Exception("Malformed remote user detected: '$eppn'");
2121
}
2222

2323
$org = $parts[1];

0 commit comments

Comments
 (0)