aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/cmd/watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'teleterm/src/cmd/watch.rs')
-rw-r--r--teleterm/src/cmd/watch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/teleterm/src/cmd/watch.rs b/teleterm/src/cmd/watch.rs
index f205002..dc80d47 100644
--- a/teleterm/src/cmd/watch.rs
+++ b/teleterm/src/cmd/watch.rs
@@ -36,6 +36,7 @@ impl crate::config::Config for Config {
crate::protocol::AuthType::RecurseCenter => {
let id = crate::oauth::load_client_auth_id(self.client.auth);
crate::protocol::Auth::recurse_center(
+ crate::protocol::AuthClient::Cli,
id.as_ref().map(std::string::String::as_str),
)
}