Feature: Password Reset Functionality #4

Merged
ChrisChrome merged 35 commits from dev into main 2025-11-21 22:33:23 -07:00
Showing only changes of commit 96f0d8b8df - Show all commits

View file

@ -157,7 +157,7 @@ class FreepbxManager {
async updateExtName(ext, name) {
const query = gql`
mutation updateExt($ext: ID!, $name: String, $password: String) {
mutation updateExt($ext: ID!, $name: String) {
updateExtension(input: {
extensionId: $ext
name: $name