From 25fa143109eb10ccb00ad70cd6168d76e149add4 Mon Sep 17 00:00:00 2001 From: Priyesh Date: Sun, 2 Apr 2023 20:35:19 -0700 Subject: [PATCH] Update authorizer_signature to use the right cmd name Was using `username`. Changing to use `authorizer_signature` --- samples/utils/command_line_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/utils/command_line_utils.py b/samples/utils/command_line_utils.py index 46218237..a75a26f7 100644 --- a/samples/utils/command_line_utils.py +++ b/samples/utils/command_line_utils.py @@ -135,7 +135,7 @@ def add_common_custom_authorizer_commands(self): "", "The name of the custom authorizer to connect to (optional but required for everything but custom domains)") self.register_command( - self.m_cmd_custom_auth_username, + self.m_cmd_custom_auth_authorizer_signature, "", "The signature to send when connecting through a custom authorizer (optional)") self.register_command(