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 43e6729 commit e0a857eCopy full SHA for e0a857e
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