jwt in headers+localstorage instead of httpOnly cookie (#117)
This commit is contained in:
@@ -69,7 +69,7 @@ export default function Downloaded() {
|
||||
pushMessage(e, 'error')
|
||||
navigate('/login')
|
||||
},
|
||||
(d) => files$.next(d),
|
||||
(d) => files$.next(d ?? []),
|
||||
)
|
||||
)()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user