Skip to content
Snippets Groups Projects
Unverified Commit 5482f3f9 authored by Kirill Roskolii's avatar Kirill Roskolii Committed by GitHub
Browse files

Use unique exception message to avoid confusion (#1888)

parent fe019424
Branches
Tags
No related merge requests found
...@@ -122,7 +122,7 @@ class SP extends Auth\Source ...@@ -122,7 +122,7 @@ class SP extends Auth\Source
Assert::notEq( Assert::notEq(
$entityId, $entityId,
'https://myapp.example.org/', 'https://myapp.example.org/',
'Please set a valid and unique entityID', 'Please set a valid and unique SP entityID',
); );
$this->config = Configuration::getInstance(); $this->config = Configuration::getInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment