Skip to content

Commit e0a857e

Browse files
committed
chore: add activation bind status
1 parent 43e6729 commit e0a857e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imkey-core/ikc-device/src/device_binding.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ lazy_static! {
3333
bind_status_mapping.insert(BIND_STATUS_BOUND_OTHER, "bound_other");
3434
bind_status_mapping.insert(BIND_RESULT_SUCCESS, "success");
3535
bind_status_mapping.insert(BIND_RESULT_ERROR, "authcode_error");
36+
bind_status_mapping.insert(BIND_RESULT_ERROR, "activation");
3637
bind_status_mapping
3738
};
3839
}

0 commit comments

Comments
 (0)