Global notice visibility to anons when login is required

When login is required, the global notice is visible on the login page for anonymous user.
Is this a feature or a bug ?

「いいね!」 1

This is as designed and expected, I think? We can ask @sam for a second opinion.

「いいね!」 1

Yeah this is by design

A banner topic which is effectively the same but better, should not be visible to anon when site requires login

To access that head to admin menu on a topic and try to pin the topic

Bottom option

「いいね!」 3

I have just discovered the .anon css class to hide unwanted elements to anons.

.anon {    
    .alert-global-notice {
        display: none;
    }
}
「いいね!」 3