dej611 / spid-react-button

Pulsante SSO per SPID in React
https://dej611.github.io/spid-react-button/
European Union Public License 1.2
18 stars 15 forks source link

Doc typos #49

Closed dej611 closed 3 years ago

dej611 commented 3 years ago

The ConfigurationPOST type is wrong in the documentation:

ConfigurationPOST: {extraFields: Record<string | string>, fieldName: string, method: "POST"} 

while it should be (note the Record):

ConfigurationPOST: {extraFields: Record<string, string>, fieldName: string, method: "POST"}
dej611 commented 3 years ago
Screenshot 2021-04-16 at 15 21 31