aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user.go')
-rw-r--r--commands/user.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/user.go b/commands/user.go
index e7a1da63..64482555 100644
--- a/commands/user.go
+++ b/commands/user.go
@@ -23,8 +23,6 @@ func runUser(cmd *cobra.Command, args []string) error {
var id *cache.IdentityCache
if len(args) == 1 {
- // TODO
- return errors.New("this is not working yet, cache need to be hacked on")
id, err = backend.ResolveIdentityPrefix(args[0])
} else {
id, err = backend.GetUserIdentity()