summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/host_setup_dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/host_setup_dialog.js')
-rw-r--r--remoting/webapp/host_setup_dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/host_setup_dialog.js b/remoting/webapp/host_setup_dialog.js
index c0e5ae2..8ba3be2 100644
--- a/remoting/webapp/host_setup_dialog.js
+++ b/remoting/webapp/host_setup_dialog.js
@@ -425,7 +425,7 @@ remoting.HostSetupDialog.prototype.prepareForPinEntry_ = function() {
* @return {boolean} Whether the PIN is valid.
*/
remoting.HostSetupDialog.validPin_ = function(pin) {
- if (pin.length < 4) {
+ if (pin.length < 6) {
return false;
}
for (var i = 0; i < pin.length; i++) {