mirror of
https://github.com/kingmo888/rustdesk-api-server.git
synced 2026-02-21 18:37:23 +08:00
兼容web_client模式
This commit is contained in:
parent
34183476ef
commit
ad28fccc21
@ -35,7 +35,7 @@ def login(request):
|
||||
password = data.get('password', '')
|
||||
rid = data.get('id', '')
|
||||
uuid = data.get('uuid', '')
|
||||
autoLogin = data.get('autoLogin', '')
|
||||
autoLogin = data.get('autoLogin', True)
|
||||
rtype = data.get('type', '')
|
||||
deviceInfo = data.get('deviceInfo', '')
|
||||
user = auth.authenticate(username=username,password=password)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user