We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04223fb + 8b5f637 commit c965755Copy full SHA for c965755
soauth/service/mock.py
@@ -47,7 +47,7 @@ async def login(
47
user = await user_service.create_user(
48
user_name=self.user_name,
49
email=self.email,
50
- full_name=self.email,
+ full_name=self.full_name,
51
grants=self.grants,
52
conn=conn,
53
log=log,
0 commit comments