summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/providers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/providers')
-rw-r--r--lib/network/connection/providers/cellular.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm
index 8460913..9607be9 100644
--- a/lib/network/connection/providers/cellular.pm
+++ b/lib/network/connection/providers/cellular.pm
@@ -146,8 +146,8 @@ our %data = (
},
N("United Kingdom") . "|O2" => {
apn => "mobile.o2.co.uk",
- login => "password",
- password => "mobileweb",
+ login => "mobileweb",
+ password => "password",
},
);