diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index ee1f7df..94053bd 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -1236,7 +1236,7 @@ namespace AyaNova.PlugIn.V8 d.roles = 0;//todo: try to determine role from v7 member of group? or is that even possible? d.login = util.RandomString(); d.password = util.RandomString(); - + SetTags(d, tags); var rContact = await util.PostAsync("user", d); @@ -1452,7 +1452,7 @@ namespace AyaNova.PlugIn.V8 d.roles = 0;//todo: try to determine role from v7 member of group? or is that even possible? d.login = util.RandomString(); d.password = util.RandomString(); - + SetTags(d, tags); var rContact = await util.PostAsync("user", d);