Skip to content

Commit abcd07c

Browse files
authored
ui: change createAccount to use post (#4812)
1 parent d81141e commit abcd07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/iam/AddAccount.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export default {
369369
params.networkdomain = values.networkdomain
370370
}
371371
372-
api('createAccount', params).then(response => {
372+
api('createAccount', {}, 'POST', params).then(response => {
373373
this.$emit('refresh-data')
374374
this.$notification.success({
375375
message: this.$t('label.create.account'),

0 commit comments

Comments
 (0)