From e1941308ca25f28dc7e8b90307d203ebaca0c4a8 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 20 Jun 2025 14:12:47 -0400 Subject: [PATCH] Fix test --- JUSTFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JUSTFILE b/JUSTFILE index c2af145..c2d7582 100644 --- a/JUSTFILE +++ b/JUSTFILE @@ -5,4 +5,4 @@ build: dart run build_runner build test: - oauth2c http://localhost:8080 --client-id yourclientid --redirect-url http://localhost/callback --scopes openid --grant-type authorization_code --auth-method none --response-mode query \ No newline at end of file + oauth2c http://localhost:8080 --client-id yourclientid --redirect-url http://localhost:8081/callback --scopes openid --grant-type authorization_code --auth-method none --response-mode query \ No newline at end of file