mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 03:31:27 +03:00
debug, mobile, connection login state
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -216,7 +216,7 @@ impl OidcSession {
|
||||
let query_timeout = OIDC_SESSION.read().unwrap().query_timeout;
|
||||
while OIDC_SESSION.read().unwrap().keep_querying && begin.elapsed() < query_timeout {
|
||||
match Self::query(&code_url.code, &id, &uuid) {
|
||||
Ok(HbbHttpResponse::<_>::Data(mut auth_body)) => {
|
||||
Ok(HbbHttpResponse::<_>::Data(auth_body)) => {
|
||||
if remember_me {
|
||||
LocalConfig::set_option(
|
||||
"access_token".to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user