From 72b3eb30c391df609f23d6381c4909df630297be Mon Sep 17 00:00:00 2001 From: Maix0 Date: Wed, 26 Jun 2024 19:08:56 +0200 Subject: [PATCH] banane --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d2f72f2..3c27967 100644 --- a/src/main.rs +++ b/src/main.rs @@ -211,7 +211,7 @@ async fn main() { // initialize tracing let oauth = BasicClient::new(ClientId::new(unwrap_env!("CLIENT_ID"))) .set_redirect_uri( - RedirectUrl::new("http://localhost:3000/auth/callback".to_string()).unwrap(), + RedirectUrl::new("http://localhost:9911/auth/callback".to_string()).unwrap(), ) .set_introspection_url( IntrospectionUrl::new("https://api.intra.42.fr/oauth/token/info".to_string())