cm show requesting rather than connected when not authorized

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-11-21 18:45:36 +08:00
parent 16165dae27
commit a9773035c9
27 changed files with 42 additions and 8 deletions

View File

@@ -393,5 +393,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time Password", ""),
("Use one-time password", ""),
("One-time password length", ""),
("Request access to your device", ""),
].iter().cloned().collect();
}