From 2f2775e9a2cec65e1976a26b7c9d07533a2ee4d6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:59:19 +0200 Subject: [PATCH] Change sign-in URL to admin URL in affine.sh --- ct/affine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/affine.sh b/ct/affine.sh index ff85620736..c6f2849aaa 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}"