mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 00:46:47 +00:00
fix react app config
This commit is contained in:
parent
db873560fc
commit
3fec163178
@ -54,6 +54,7 @@ namespace OidcSamples.AuthorizationServer
|
||||
ClientName = "Traffic Police React App",
|
||||
ClientId = "traffic-police-react-app",
|
||||
AllowedGrantTypes = GrantTypes.Code,
|
||||
RequireClientSecret = false,
|
||||
RedirectUris =
|
||||
{
|
||||
"https://localhost:3000/signin-oidc"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"tailwindcss": "^2.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "HTTPS=true react-scripts start",
|
||||
"start": "set HTTPS=true&&react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user