From 3ae98e537ef6074dc34eb552ffba30e01ae12d01 Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 18 Jan 2023 09:47:04 -0700 Subject: [PATCH] Update .gitmodules --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index dcf17ed005..f2964f7dd5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = apps/website url = https://github.com/calcom/website.git branch = main +[submodule "apps/auth"] + path = apps/auth + url = https://github.com/calcom/auth.git + branch = main