-
Error
when I try to register |
Beta Was this translation helpful? Give feedback.
Answered by
MGatner
Jun 10, 2021
Replies: 1 comment 4 replies
-
The config Lines 140 to 150 in 9bba52b I assume you have this set to - public $requireActivation = false;
+ public $requireActivation = null; |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
yanddd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The config
Auth::$requireActivation
is now a nullable string type:myth-auth/src/Config/Auth.php
Lines 140 to 150 in 9bba52b
I assume you have this set to
false
. Edi…