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 b6139cc commit 2b6b48aCopy full SHA for 2b6b48a
src/bundle/Resources/config/trusted_device.php
@@ -41,6 +41,7 @@
41
])
42
43
->set('scheb_two_factor.trusted_token_storage', TrustedDeviceTokenStorage::class)
44
+ ->tag('kernel.reset', ['method' => 'reset'])
45
->lazy(true)
46
->args([
47
service('request_stack'),
0 commit comments