We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1490e3b commit 807a9b9Copy full SHA for 807a9b9
imkey-core/ikc-device/src/device_binding.rs
@@ -33,6 +33,7 @@ lazy_static! {
33
bind_status_mapping.insert(BIND_STATUS_BOUND_OTHER, "bound_other");
34
bind_status_mapping.insert(BIND_RESULT_SUCCESS, "success");
35
bind_status_mapping.insert(BIND_RESULT_ERROR, "authcode_error");
36
+ bind_status_mapping.insert(BIND_RESULT_ERROR, "activation");
37
bind_status_mapping
38
};
39
}
0 commit comments