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 b2eddd0 commit 2999845Copy full SHA for 2999845
src/Config/Auth.php
@@ -161,8 +161,9 @@ class Auth extends BaseConfig
161
* Magic Link Lifetime
162
* --------------------------------------------------------------------
163
* Specifies the amount of time, in seconds, that a magic link is valid.
164
+ * You can use Time Constants or any desired number.
165
*/
- public int $magicLinkLifetime = 1 * HOUR;
166
+ public int $magicLinkLifetime = HOUR;
167
168
/**
169
0 commit comments