ソースを参照

Update Driver.php

Visman 2 年 前
コミット
7a5c871a43
1 ファイル変更1 行追加0 行削除
  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)) {