mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-02-15 20:33:26 +00:00
Don't redirect to login for open pages
This commit is contained in:
parent
879832b55c
commit
c00714ab61
@ -57,7 +57,11 @@ init flags url key =
|
||||
[ cmd
|
||||
, ic
|
||||
, Api.versionInfo flags VersionResp
|
||||
, Api.loginSession flags SessionCheckResp
|
||||
, if Page.isSecured page then
|
||||
Api.loginSession flags SessionCheckResp
|
||||
|
||||
else
|
||||
Cmd.none
|
||||
, Ports.getUiSettings flags
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user