Skip to content

Commit

Permalink
disable otp command
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-7VKKLTO\ian committed Jan 24, 2025
1 parent 6d7c191 commit 45d36c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/global/otp.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void otp_handler(struct command_result* res) {
if (ui_help_show(res->help_flag, usage, count_of(usage), &options[0], count_of(options))) {
return;
}
return;

otp_cmd_t cmd;
int8_t ret;
Expand Down

0 comments on commit 45d36c2

Please sign in to comment.