We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba69aa1 commit f31b566Copy full SHA for f31b566
lib/Auth/Source/Negotiate.php
@@ -123,7 +123,7 @@ public function authenticate(&$state)
123
$state['negotiate:authId'] = $this->authId;
124
125
126
- // check for disabled SPs. The disable flag is store in the SP metadata
+ // check for disabled SPs. The disable flag is stored in the SP metadata
127
if (array_key_exists('SPMetadata', $state) && $this->spDisabledInMetadata($state['SPMetadata'])) {
128
$this->fallBack($state);
129
}
0 commit comments