Merge branch 'release/2.1' into dev
This commit is contained in:
commit
d3c8231ed3
|
|
@ -56,7 +56,8 @@
|
|||
{
|
||||
"condition": "(!IndividualLocalAuth)",
|
||||
"exclude": [
|
||||
"Data/**"
|
||||
"Data/**",
|
||||
"Areas/**"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
@{
|
||||
Layout = "/Pages/_Layout.cshtml";
|
||||
}
|
||||
|
|
@ -49,7 +49,8 @@
|
|||
{
|
||||
"condition": "(!IndividualAuth)",
|
||||
"exclude": [
|
||||
"Data/**"
|
||||
"Data/**",
|
||||
"Areas/**"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
@{
|
||||
Layout = "/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
Loading…
Reference in New Issue