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
There are two places in Neos.Neos:View.Login that reference props.site.name.value. Site::getName() returns a string however so there is no value-object to unwrap.
The login screen /neos no longer shows the name of the site but simply "Login to"
Expected Behavior
The login screen should show the correct text "Login to {sitename}"
Is there an existing issue for this?
Current Behavior
There are two places in Neos.Neos:View.Login that reference
props.site.name.value
. Site::getName() returns a string however so there is no value-object to unwrap.The login screen
/neos
no longer shows the name of the site but simply "Login to"Expected Behavior
The login screen should show the correct text "Login to {sitename}"
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: