aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-10-13 00:16:27 -0400
committerJesse Luehrs <doy@tozt.net>2020-10-13 00:16:27 -0400
commitceb561c40e69489575248280139da513ccab17a3 (patch)
tree0d776655512e602c99b10c0f7e20c891e57e6029 /src
parent02eb643a95a6084b9e833a2dc70be58544aea4e7 (diff)
downloadrbw-ceb561c40e69489575248280139da513ccab17a3.tar.gz
rbw-ceb561c40e69489575248280139da513ccab17a3.zip
use a better device name when logging in
Diffstat (limited to 'src')
-rw-r--r--src/api.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api.rs b/src/api.rs
index 9d9dc57..97e5006 100644
--- a/src/api.rs
+++ b/src/api.rs
@@ -482,7 +482,7 @@ impl Client {
device_identifier: uuid::Uuid::new_v4()
.to_hyphenated()
.to_string(),
- device_name: "test cli".to_string(),
+ device_name: "rbw".to_string(),
device_push_token: "".to_string(),
two_factor_token: two_factor_token
.map(std::string::ToString::to_string),