add login
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -57,6 +57,8 @@ class IWALoginView(IWABaseView, GenericView): | ... | @@ -57,6 +57,8 @@ class IWALoginView(IWABaseView, GenericView): |
57 | 57 | ||
58 | is_valid, data = self.validate(q_number) | 58 | is_valid, data = self.validate(q_number) |
59 | 59 | ||
60 | self.running_log.info('[users.iwalogin] [username: {0}] [params: {1}]'.format(q_number, request.data)) | ||
61 | |||
60 | if is_valid: | 62 | if is_valid: |
61 | return response.ok(data=data) | 63 | return response.ok(data=data) |
62 | else: | 64 | else: | ... | ... |
-
Please register or sign in to post a comment