aboutsummaryrefslogtreecommitdiffstats
path: root/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.rs')
-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),