mirror of https://github.com/apache/cloudstack.git
ui: change createAccount to use post (#4812)
This commit is contained in:
parent
d81141ed37
commit
abcd07c93f
|
|
@ -369,7 +369,7 @@ export default {
|
|||
params.networkdomain = values.networkdomain
|
||||
}
|
||||
|
||||
api('createAccount', params).then(response => {
|
||||
api('createAccount', {}, 'POST', params).then(response => {
|
||||
this.$emit('refresh-data')
|
||||
this.$notification.success({
|
||||
message: this.$t('label.create.account'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue