Feature: Password Reset Functionality #4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue