Skip to content

Commit 566bf3b

Browse files
committed
error handling for docker secrets
1 parent 1a872cc commit 566bf3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thus, the user collection in PayloadCMS becomes just a shadow of the information
1010
## Install
1111

1212
```shell
13-
pnpm add payload-zitadel-plugin@0.5.2
13+
pnpm add payload-zitadel-plugin@0.5.3
1414
```
1515

1616
## Configuration

dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-zitadel-plugin-dev",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "development environment for payload-zitadel-plugin",
55
"license": "MIT",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-zitadel-plugin",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)