We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a790e20 + ce45796 commit e5087cbCopy full SHA for e5087cb
cli/auth_account_command.go
@@ -773,7 +773,7 @@ func (c *authAccountCommand) lsAction(_ *fisk.ParseContext) error {
773
system := ""
774
js := ""
775
sa, err := operator.SystemAccount()
776
- if err == nil && acct.Subject() == sa.Subject() {
+ if err == nil && sa != nil && acct.Subject() == sa.Subject() {
777
system = "true"
778
}
779
if acct.Limits().JetStream().IsJetStreamEnabled() {
0 commit comments