Skip to content

Commit b3116a9

Browse files
committed
use newer version of auth-server
1 parent 762cb28 commit b3116a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- in document details view, values of document type dropdown are sorted alphabetically and autocomplete
1111
- in "new document type" modal dialog, custom field dropdown is sorted alphabetically
1212
- Fixes blocking bug in "view by document type" which resulted values displayed in wrong columns
13+
- Fixes "No Visual Feedback on Wrong Credentials" [Issue#579](https://github.com/papermerge/papermerge-core/issues/579)
1314

1415
### Adds
1516

docker/standard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN yarn install
77
RUN yarn build
88

99

10-
FROM papermerge/auth-server:1.0.1 as auth_server
10+
FROM papermerge/auth-server:1.0.2 as auth_server
1111
FROM python:3.13-alpine as papermerge_core
1212

1313
ENV CORE_APP=/core_app

0 commit comments

Comments
 (0)