From 5c2a108c520bda3798f873fb82580f2a900d0d70 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 12 Mar 2024 16:41:04 -0400 Subject: [PATCH] add small helpful comment --- cli/packages/cmd/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packages/cmd/login.go b/cli/packages/cmd/login.go index 75e8f12d8..f0337f658 100644 --- a/cli/packages/cmd/login.go +++ b/cli/packages/cmd/login.go @@ -301,7 +301,7 @@ func cliDefaultLogin(userCredentialsToBeStored *models.UserCredentials) { log.Debug().Msgf("[decryptedPrivateKey=%s] [email=%s] [loginTwoResponse.Token=%s]", string(decryptedPrivateKey), email, loginTwoResponse.Token) util.PrintErrorMessageAndExit("We were unable to fetch required details to complete your login. Run with -d to see more info") } - + // Login is successful so ask user to choose organization newJwtToken := GetJwtTokenWithOrganizationId(loginTwoResponse.Token) //updating usercredentials