Skip to content

Commit 0eeef73

Browse files
committed
Store the selected source in the state for later use
1 parent 1c95ad8 commit 0eeef73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/core/src/Auth/Source/AbstractSourceSelector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function authenticate(array &$state): void
6464
throw new Exception('Invalid authentication source: ' . $source);
6565
}
6666

67+
$state['sourceSelector:selected'] = $source;
6768
static::doAuthentication($as, $state);
6869
}
6970

0 commit comments

Comments
 (0)