Skip to content

Commit 88adbed

Browse files
committed
added config
1 parent 76203bb commit 88adbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BackpackServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function loadConfigs()
276276
'provider' => 'backpack',
277277
'table' => 'password_resets',
278278
'expire' => 60,
279-
'throttle' => 60, // Allows a user to request 1 token per 60 seconds
279+
'throttle' => config('backpack.base.password_recovery_throttle_notifications'),
280280
],
281281
];
282282

0 commit comments

Comments
 (0)