Explorar o código

Update Driver.php

Visman %!s(int64=2) %!d(string=hai) anos
pai
achega
7a5c871a43
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Models/Provider/Driver.php

+ 1 - 0
app/Models/Provider/Driver.php

@@ -122,6 +122,7 @@ abstract class Driver extends Model
      */
     public function verifyAuth(array $data): bool
     {
+        $data       = $this->c->Secury->replInvalidChars($data);
         $this->code = '';
 
         if (! \is_string($data['code'] ?? null)) {