Commit 10c97ce3 authored by zhanglu's avatar zhanglu

fix

parent 0b51eaa4
...@@ -100,7 +100,7 @@ class Validate3PartyOrAccount(BaseView): ...@@ -100,7 +100,7 @@ class Validate3PartyOrAccount(BaseView):
for name in names: for name in names:
for _, user in user_list.items(): for _, user in user_list.items():
if user["nick_name"] != name: if user["nick_name"].strip() != name.strip():
continue continue
account_users[name] = True account_users[name] = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment