(cherry picked from commit b3612dd90c419c6ac5d59ab0793b4adec40ef5c6)
@@ -167,7 +167,7 @@ export default Ember.Component.extend({
if (this.get('isLoading')) {
return false;
}
- if (this.get('isUserNameGiven')) {
+ if (this.get('isSecurityNotEnabled') && this.get('isUserNameGiven')) {
if (this.get('isStandardViewType')) {