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 a1728d8011 - Show all commits

View file

@ -182,6 +182,7 @@ class FreepbxManager {
updateExtension(input: {
extensionId: $ext
extPassword: $password
name: $name
}) {
status,
message
@ -229,7 +230,6 @@ class FreepbxManager {
}
nextExt++;
}
return nextExt;
}
}