wip
This commit is contained in:
@@ -170,4 +170,14 @@ class RegisterController extends Controller
|
||||
|
||||
return redirect(config()->string('module.base-auth.redirect_path'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Resend verification
|
||||
*/
|
||||
public function resendVerification(): RedirectResponse
|
||||
{
|
||||
sendSMSVerification((string) user()->phone);
|
||||
|
||||
return to_route('sms-verification');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user