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