diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/client.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/client.go b/auth/client.go index f266a42..7cb781f 100644 --- a/auth/client.go +++ b/auth/client.go @@ -63,6 +63,8 @@ func askClientId() string { clientId = secretInput("Enter your Client ID: ", "Client ID Can't be blank") setClientId(clientId) } + fmt.Println("Error while reading Client ID from keychain:", err) + os.Exit(1) } return clientId |