When Identity gets scaffolded into the project, it's layout gets applied to the `_Host.cshtml` which results in 2 layouts being applied. Adding `Layout = null` to `_Host.cshtml` fixes the issue.