mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: shared link login (#25678)
This commit is contained in:
parent
81c93101a0
commit
72cef8b94b
16 changed files with 411 additions and 48 deletions
|
|
@ -239,7 +239,7 @@ describe('/shared-links', () => {
|
|||
const { status, body } = await request(app).get('/shared-links/me').query({ key: linkWithPassword.key });
|
||||
|
||||
expect(status).toBe(401);
|
||||
expect(body).toEqual(errorDto.invalidSharePassword);
|
||||
expect(body).toEqual(errorDto.passwordRequired);
|
||||
});
|
||||
|
||||
it('should get data for correct password protected link', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue