We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c74bda commit a660719Copy full SHA for a660719
refbox/src/app/mod.rs
@@ -1623,6 +1623,9 @@ impl RefBoxApp {
1623
Message::ApplyAuthChanges => {
1624
let settings = self.edited_settings.as_mut().unwrap();
1625
self.config.uwhportal.token = settings.uwhportal_token.clone();
1626
+ if let Some(client) = self.uwhportal_client.as_mut() {
1627
+ client.set_token(&settings.uwhportal_token);
1628
+ }
1629
1630
let task = self.check_uwhportal_auth();
1631
0 commit comments