fix
This commit is contained in:
parent
0b9797ddef
commit
292f4f5603
|
|
@ -138,7 +138,7 @@ class PythonCliAuth {
|
||||||
email: credentials.email,
|
email: credentials.email,
|
||||||
password: credentials.password,
|
password: credentials.password,
|
||||||
display_name: credentials.displayName,
|
display_name: credentials.displayName,
|
||||||
verbose: true
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log({ response })
|
console.log({ response })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue