ui: change createAccount to use post (#4812)

This commit is contained in:
davidjumani 2021-03-17 17:35:19 +05:30 committed by GitHub
parent d81141ed37
commit abcd07c93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'),