totpService->verifyCode($value, $this->secret); if (!$passes) { $fail(trans('validation.totp')); } } }