Skip to content

Commit

Permalink
Fix domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubelotix committed May 23, 2024
1 parent e5d63cb commit 5b142fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const VALIDATE_URL: &str = "https://cas.insa-rouen.fr/cas/p3/serviceValidate?ser
const VALIDATE_URL: &str = "https://cas.insa-rouen.fr/cas/p3/serviceValidate?service=https%3A%2F%2Finsagenda.pages.insa-rouen.fr%2Flogin%2Fglobal-local&ticket=";

#[cfg(not(debug_assertions))]
const DOMAIN: &str = "auth.insa.lol";
const DOMAIN: &str = "insa.lol";
#[cfg(debug_assertions)]
const DOMAIN: &str = "localhost";

Expand Down

0 comments on commit 5b142fd

Please sign in to comment.