From ceb561c40e69489575248280139da513ccab17a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Oct 2020 00:16:27 -0400 Subject: use a better device name when logging in --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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), -- cgit v1.2.3-54-g00ecf