From 54f9838f0ab22ce5285f21cdd117ad81c737d822 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 18 Feb 2019 23:16:47 +0100 Subject: identity: working identity cache --- commands/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/user.go b/commands/user.go index 55ad813c..e7a1da63 100644 --- a/commands/user.go +++ b/commands/user.go @@ -38,7 +38,7 @@ func runUser(cmd *cobra.Command, args []string) error { fmt.Printf("Name: %s\n", id.Name()) fmt.Printf("Login: %s\n", id.Login()) fmt.Printf("Email: %s\n", id.Email()) - fmt.Printf("Protected: %v\n", id.IsProtected()) + // fmt.Printf("Protected: %v\n", id.IsProtected()) return nil } -- cgit