Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
da0c926a
authored
2022-03-28 15:35:23 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add login
1 parent
07546873
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/account/views.py
src/apps/account/views.py
View file @
da0c926
...
...
@@ -57,6 +57,8 @@ class IWALoginView(IWABaseView, GenericView):
is_valid
,
data
=
self
.
validate
(
q_number
)
self
.
running_log
.
info
(
'[users.iwalogin] [username: {0}] [params: {1}]'
.
format
(
q_number
,
request
.
data
))
if
is_valid
:
return
response
.
ok
(
data
=
data
)
else
:
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment