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