-
PackagePanel builder Package Versionv3.2.72 How can we help you?In my Register.php `
Every works fine! But. I do not want login registered users immediately before they have verified via link in mail.So, I removed Filament::auth()->login($user); But, then, there is no redirect to page /service/email-verification/prompt Otherwise, without
and using
I get error Filament\Pages\Auth\Register::register(): Return value must be of type ?Filament\Http\Responses\Auth\Contracts\RegistrationResponse, none returned_ So, I can I solve this problem? Please give me a hint. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
there can't be a prompt without login. there is no possibility to verify the user. use something like otp instead |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, e2d2-edv! |
Beta Was this translation helpful? Give feedback.
Thank you very much, e2d2-edv!