mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 00:41:30 +03:00
fix sciter login handling, and remove ab tag border
This commit is contained in:
@@ -1292,6 +1292,9 @@ function refreshCurrentUser() {
|
||||
app.update();
|
||||
httpRequest(handler.get_api_server() + "/api/currentUser", #post, {id: my_id, uuid: handler.get_uuid()}, function(data) {
|
||||
if (data.error) {
|
||||
if (data.error == 'Invalid token') {
|
||||
reset_token();
|
||||
}
|
||||
handleAbError(data.error);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user