mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-26 06:37:28 +10:00
test to netlify
This commit is contained in:
parent
71d204ce24
commit
9c0d76f0d6
4 changed files with 9 additions and 10 deletions
|
|
@ -2,5 +2,5 @@
|
|||
"SourceDir": "src",
|
||||
"DistributionDir": "build",
|
||||
"BuildCommand": "yarn react-scripts build",
|
||||
"StartCommand": "yarnpkg react-scripts start"
|
||||
"StartCommand": "yarn react-scripts start"
|
||||
}
|
||||
|
|
@ -37,17 +37,16 @@ features:
|
|||
open-id-provider-url: 'https://accounts.google.com'
|
||||
sign-in-user-pools: !com.amazonaws.mobilehub.v0.UserPoolsIdentityProvider
|
||||
attributes:
|
||||
alias-attributes:
|
||||
- email
|
||||
- phone_number
|
||||
mfa-configuration: ON
|
||||
mfa-configuration: OFF
|
||||
name: userpool
|
||||
password-policy: !com.amazonaws.mobilehub.ConvertibleMap
|
||||
min-length: '8'
|
||||
require-lower-case: true
|
||||
require-numbers: true
|
||||
require-symbols: true
|
||||
require-upper-case: true
|
||||
require-lower-case: false
|
||||
require-numbers: false
|
||||
require-symbols: false
|
||||
require-upper-case: false
|
||||
standard-attributes: '[]'
|
||||
username-attributes: '["email","phone_number"]'
|
||||
user-files: !com.amazonaws.mobilehub.v0.UserFiles
|
||||
attributes:
|
||||
enabled: true
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 207 KiB |
|
|
@ -19,7 +19,7 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Innovation Drive App</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue