We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518f81b commit ed68edfCopy full SHA for ed68edf
1 file changed
application/frontend/src/scaffolding/Header/Header.tsx
@@ -103,7 +103,7 @@ export const Header = ({ capabilities }: HeaderProps) => {
103
</div>
104
105
<div className="navbar__actions">
106
- {!userLoading && (
+ {capabilities.login && !userLoading && (
107
<div className="navbar__desktop-auth">
108
{isLoggedIn ? (
109
<div className="user-info">
@@ -209,7 +209,7 @@ export const Header = ({ capabilities }: HeaderProps) => {
209
)}
210
211
212
213
<div className="mobile-auth">
214
215
0 commit comments