mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
parent
f91939ff5b
commit
b3c73dafc0
@ -36,7 +36,11 @@ topNavbar : Model -> Html Msg
|
||||
topNavbar model =
|
||||
case model.flags.account of
|
||||
Just acc ->
|
||||
topNavUser acc model
|
||||
if acc.success then
|
||||
topNavUser acc model
|
||||
|
||||
else
|
||||
topNavAnon model
|
||||
|
||||
Nothing ->
|
||||
topNavAnon model
|
||||
|
Loading…
x
Reference in New Issue
Block a user