diff --git a/interactionHandlers/modals/resetPasswordModal.js b/interactionHandlers/modals/resetPasswordModal.js index 8e05717..5aa57db 100644 --- a/interactionHandlers/modals/resetPasswordModal.js +++ b/interactionHandlers/modals/resetPasswordModal.js @@ -11,7 +11,7 @@ module.exports.execute = async (interaction) => { return; } const extData = await fpbx.getExtension(lookup.extension); // Verify extension exists - console.log(extData) + await interaction.deferReply({ ephemeral: true }); // console.log(JSON.stringify(interaction, null, 2)); const newPassword = interaction.fields.getTextInputValue('newPassword');