My navbar is expanded automatically when I logout and login again using bootstrap. But I don't want That to happen. When I login again it should not be expanded.
When I check my code using f12, whenever I login aria-expanded = "true"
is automatically being place as a part of code. But there is no such code in actual file. Also when I place aria-expanded = "false"
it is still taking it as aria-expanded = "true"
when I logout and login. I dont know what is going wrong and where is the issue.
Please help me in solving this issue.