From 1524891b2ff7bf44a7b67e68f4ebba6da437e5b1 Mon Sep 17 00:00:00 2001 From: Zhi Date: Sat, 14 Mar 2026 13:21:11 +0000 Subject: [PATCH] chore: remove credentials from submodule urls --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 361273b..ebca9ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "HarborForge.Backend.Test"] path = HarborForge.Backend.Test - url = https://zhi:rT5Wjw24mV4all38fIoNQfl2@git.hangman-lab.top/zhi/HarborForge.Backend.Test.git + url = https://git.hangman-lab.top/zhi/HarborForge.Backend.Test.git [submodule "HarborForge.Frontend.Test"] path = HarborForge.Frontend.Test - url = https://zhi:rT5Wjw24mV4all38fIoNQfl2@git.hangman-lab.top/zhi/HarborForge.Frontend.Test.git + url = https://git.hangman-lab.top/zhi/HarborForge.Frontend.Test.git