🔧 (couchdb) change couchdb url
This commit is contained in:
@@ -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
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user