Skip to content

Commit

Permalink
Re-enable auth logout
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Jul 6, 2018
1 parent 1938b8d commit 13c18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auth.go
Expand Up @@ -52,5 +52,5 @@ func authLogin(cmd *cobra.Command, args []string) error {
}

func authLogout(cmd *cobra.Command, args []string) {
// auth.Logout()
auth.Logout()
}

0 comments on commit 13c18a7

Please sign in to comment.