Skip to content

Commit 124aaf2

Browse files
authored
Fix authParams option not being parsed
1 parent e12588d commit 124aaf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Auth/SocialAuthenticate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ protected function _normalizeConfig(&$config, $alias, $parent)
112112

113113
$defaults = [
114114
'className' => null,
115+
'authParams' => [],
115116
'options' => [],
116117
'collaborators' => [],
117118
'mapFields' => [],

0 commit comments

Comments
 (0)