@@ -83,7 +83,7 @@ |
||
83 | 83 | $this->customTwigDir = $customTwigDir; |
84 | 84 | $this->memberFinder = $memberFinder; |
85 | 85 | $this->tokenStorage = new NativeSessionTokenStorage(); |
86 | - $this->u2fRegistrationFinder = $u2fRegistrationFinder ?? function ($username) { |
|
86 | + $this->u2fRegistrationFinder = $u2fRegistrationFinder ?? function($username) { |
|
87 | 87 | return []; |
88 | 88 | }; |
89 | 89 | } |