I have lock embedded into my login page, I’ve disabled all the images and logo words but still keep getting this grey box at the top of my login DIV.
Any ideas how I can remove this?
var options = {
languageDictionary: {
title: ""
},
container: 'hiw-login-container',
theme: {
labeledSubmitButton: false,
logo: "",
primaryColor: "green",
authButtons: {
connectionName: {
displayName: "...",
primaryColor: "...",
foregroundColor: "...",
icon: ""
}
}
}
};
![alt text][1]