Skip to content

Commit

Permalink
Merge pull request #31 from fluidkeys/upstream-make-invalid-backend-b…
Browse files Browse the repository at this point in the history
…lank-string

map InvalidBackend to (default) empty string
  • Loading branch information
lox committed May 19, 2019
2 parents 034fea6 + d2baef0 commit cc31b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type BackendType string

// All currently supported secure storage backends
const (
InvalidBackend BackendType = "invalid"
InvalidBackend BackendType = ""
SecretServiceBackend BackendType = "secret-service"
KeychainBackend BackendType = "keychain"
KWalletBackend BackendType = "kwallet"
Expand Down

0 comments on commit cc31b70

Please sign in to comment.