We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c95ad8 commit 0eeef73Copy full SHA for 0eeef73
1 file changed
modules/core/src/Auth/Source/AbstractSourceSelector.php
@@ -64,6 +64,7 @@ public function authenticate(array &$state): void
64
throw new Exception('Invalid authentication source: ' . $source);
65
}
66
67
+ $state['sourceSelector:selected'] = $source;
68
static::doAuthentication($as, $state);
69
70
0 commit comments