🔧 (couchdb) change couchdb url

This commit is contained in:
Julien Calixte
2020-02-29 23:01:12 +01:00
parent 03408d1b7b
commit b06617b860
3 changed files with 3 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ export default class AccountNew extends Vue {
}))
const userIds: string[] = users.map((u: IUser) => slug(u.userId))
const newAccount: IAccount = {
doctype: 'account',
name: this.name,
admin: this.user
? {