Skip to content

Commit

Permalink
Implement suggested fix from stripe#1013
Browse files Browse the repository at this point in the history
Fixes auth-loop on Linux/Gnome systems.
Thanks @ksullivan

See also
https://github.com/GNOME/gnome-keyring/blob/f24e374/daemon/dbus/gkd-secret-util.c#L111
for root-cause
  • Loading branch information
lol768 committed Dec 4, 2023
1 parent 9b57bd9 commit 513283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/profile.go
Expand Up @@ -52,7 +52,7 @@ const (
KeyValidInDays = 90

// KeyManagementService is the key management service name
KeyManagementService = "Stripe CLI"
KeyManagementService = "StripeCLI"
)

// KeyRing ...
Expand Down

0 comments on commit 513283e

Please sign in to comment.