Skip to content

Commit d32d8fe

Browse files
MaxFabreimperosol
andauthored
Update comment on core/api.py
Co-authored-by: thomas girod <56346771+imperosol@users.noreply.github.com>
1 parent 4b827fa commit d32d8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class AuthController(ControllerBase):
181181
def login(self, body: LoginSchema):
182182
"""Authenticate a user by username, email or AE account id.
183183
184-
Returns the user's id on success, 401 on failure.
184+
Returns the user's data on success, 401 on failure.
185185
"""
186186
if self.context.request.user.is_authenticated:
187187
raise PermissionDenied

0 commit comments

Comments
 (0)