Skip to content

Commit 8c2d1e2

Browse files
committed
remove github
1 parent 9728bf3 commit 8c2d1e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firewall-mon-api/utilities/UserAuthValidator.cs

Whitespace-only changes.

firewall-mon-app/src/assets/staticwebapp.config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"routes": [
3+
{
4+
"route": "/.auth/login/github",
5+
"statusCode": 403
6+
},
37
{
48
"route": "/*",
59
"allowedRoles": [
610
"authenticated"
711
]
8-
},
9-
{
10-
"route": "/.auth/login/github",
11-
"statusCode": 403
1212
}
1313
],
1414
"responseOverrides": {

0 commit comments

Comments
 (0)