From fa9e959ee156433d3a4c5310de14bd83ae572028 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 15 Apr 2024 19:38:28 +0200 Subject: [PATCH] Add wifi --- composer.lock | 8 ++++---- plugins/Sandbox/templates/QrCodeExamples/complex.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 35ff8e32..545fe017 100644 --- a/composer.lock +++ b/composer.lock @@ -2472,12 +2472,12 @@ "source": { "type": "git", "url": "https://github.com/dereuromark/cakephp-qrcode.git", - "reference": "84b6440c2437a0d8c3c14d6fd35928106069e263" + "reference": "539cdd02b7aeb411549778133db932a06ecf4e2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dereuromark/cakephp-qrcode/zipball/84b6440c2437a0d8c3c14d6fd35928106069e263", - "reference": "84b6440c2437a0d8c3c14d6fd35928106069e263", + "url": "https://api.github.com/repos/dereuromark/cakephp-qrcode/zipball/539cdd02b7aeb411549778133db932a06ecf4e2a", + "reference": "539cdd02b7aeb411549778133db932a06ecf4e2a", "shasum": "" }, "require": { @@ -2524,7 +2524,7 @@ "issues": "https://github.com/dereuromark/cakephp-qrcode/issues", "source": "https://github.com/dereuromark/cakephp-qrcode/" }, - "time": "2024-04-15T17:02:17+00:00" + "time": "2024-04-15T17:37:42+00:00" }, { "name": "dereuromark/cakephp-queue", diff --git a/plugins/Sandbox/templates/QrCodeExamples/complex.php b/plugins/Sandbox/templates/QrCodeExamples/complex.php index df550477..d2d4a614 100644 --- a/plugins/Sandbox/templates/QrCodeExamples/complex.php +++ b/plugins/Sandbox/templates/QrCodeExamples/complex.php @@ -80,7 +80,7 @@ ]; echo $this->Form->control('Wifi.type', ['options' => $types]); echo $this->Form->control('Wifi.network', ['placeholder' => 'SSID']); - echo $this->Form->control('Wifi.key', ['placeholder' => 'Pwd must not contain ; characters']); + echo $this->Form->control('Wifi.key', ['placeholder' => 'Password']); ?>