Skip to content

Commit b17003a

Browse files
authored
Update deprecation warning for username/password auth
1 parent 798b8a0 commit b17003a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/account-api/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func NewApi(ctx context.Context) (*Client, error) {
3838
password := os.Getenv("SHOPWARE_CLI_ACCOUNT_PASSWORD")
3939

4040
if email != "" && password != "" {
41-
logging.FromContext(ctx).Warnf("authentification with username/password is deprecated and will be removed August 2026. Please switch to OAuth2 client credentials, see https://developer.shopware.com/docs/products/cli/shopware-account-commands/authentication.html")
41+
logging.FromContext(ctx).Warnf("authentification with username/password is deprecated and will be removed in future. Please switch to OAuth2 client credentials, see https://developer.shopware.com/docs/products/cli/shopware-account-commands/authentication.html")
4242
return loginWithCredentials(ctx, email, password)
4343
}
4444

0 commit comments

Comments
 (0)