Commit 35156abe authored by zhanglu's avatar zhanglu

Merge branch 'hotfix/strip' into 'master'

fix

See merge request alpha/saturn!29
parents 0b51eaa4 10c97ce3
......@@ -100,7 +100,7 @@ class Validate3PartyOrAccount(BaseView):
for name in names:
for _, user in user_list.items():
if user["nick_name"] != name:
if user["nick_name"].strip() != name.strip():
continue
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