You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's where a presenter would be better to group all view related methods:
{{ if .data.applicationPresenter.userIsSignedIn }}
Now there is only one authenticated controller but if there are more than one then not having this code in the keyword controller only would be necessary.