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 054fb11 commit 9a5384bCopy full SHA for 9a5384b
lib/Auth/Source/Negotiate.php
@@ -124,7 +124,7 @@ public function authenticate(&$state)
124
$state['negotiate:authId'] = $this->authId;
125
126
127
- // 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
128
if (array_key_exists('SPMetadata', $state) && $this->spDisabledInMetadata($state['SPMetadata'])) {
129
$this->fallBack($state);
130
}
0 commit comments