From 1e3d0dedb39421faf3e415fb5fd7221f4b543cef Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:09:56 +0200 Subject: [PATCH] Change sign-in URL to admin URL in affine.sh (#15741) --- ct/affine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/affine.sh b/ct/affine.sh index ff8562073..c6f2849aa 100644 --- a/ct/affine.sh +++ b/ct/affine.sh @@ -124,4 +124,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW}Access it using the following URL:${CL}" -echo -e "${GATEWAY}${BGN}http://${IP}:3010/sign-in${CL}" +echo -e "${GATEWAY}${BGN}http://${IP}:3010/admin${CL}"