From a0dd2583d662a8d76827faf025f86dd77aeb233d Mon Sep 17 00:00:00 2001 From: rehjinh Date: Wed, 24 May 2023 12:24:32 +0900 Subject: [PATCH] =?UTF-8?q?Firebase=20=EC=9D=B8=EC=A6=9D=20=EB=B3=B4?= =?UTF-8?q?=EC=95=88=20=ED=8C=8C=EC=9D=BC=20=EC=97=86=EC=96=B4=EB=8F=84=20?= =?UTF-8?q?maingate=EA=B8=B0=EB=8F=99=20=ED=95=A0=EC=88=98=20=EC=9E=88?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/maingate.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/maingate.go b/core/maingate.go index b783827..b474586 100644 --- a/core/maingate.go +++ b/core/maingate.go @@ -9,7 +9,6 @@ import ( "fmt" "html/template" "io" - "log" "math/big" "math/rand" "net" @@ -335,7 +334,7 @@ func New(ctx context.Context) (*Maingate, error) { mg.firebaseAppContext = ctx mg.firebaseAppClient, err = firebaseApp.Auth(mg.firebaseAppContext) if err != nil { - log.Fatalf("error getting Auth client: %v\n", err) + logger.Println("FirebaseAppClient error getting Auth client:", err) } return &mg, nil