aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/oauth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'teleterm/src/oauth.rs')
-rw-r--r--teleterm/src/oauth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/teleterm/src/oauth.rs b/teleterm/src/oauth.rs
index 680b6f4..5283957 100644
--- a/teleterm/src/oauth.rs
+++ b/teleterm/src/oauth.rs
@@ -6,7 +6,7 @@ mod recurse_center;
pub use recurse_center::RecurseCenter;
// this needs to be fixed because we listen for it in a hardcoded place
-pub const REDIRECT_URL: &str = "http://localhost:44141/oauth";
+pub const CLI_REDIRECT_URL: &str = "http://localhost:44141/oauth";
pub trait Oauth {
fn client(&self) -> &oauth2::basic::BasicClient;