Skip to content
Snippets Groups Projects
Commit 8922f1b6 authored by Fabian Krüger's avatar Fabian Krüger
Browse files

Merge branch 'master' of gitlab.cs.fau.de:passtafaris/webserver

parents dcbe5c09 9336046e
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,8 @@ def transfer_revert(request):
def login(request):
"""
Login an user.
@body_param user_id: int
@body_param identifier: string/int
@body_param identifier_type: int
"""
identifier = request.POST.get('identifier')
ident_type = request.POST.get('identifier_type')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment