File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
"react" : " ^16.8.6" ,
10
10
"react-dom" : " ^16.8.6" ,
11
11
"react-netlify-identity" : " ^0.1.9" ,
12
- "react-netlify-identity-widget" : " ^0.2.2 " ,
12
+ "react-netlify-identity-widget" : " ^0.2.3 " ,
13
13
"react-scripts" : " ^3.0.0"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -9252,10 +9252,10 @@ react-is@^16.8.1, react-is@^16.8.4:
9252
9252
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
9253
9253
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
9254
9254
9255
- react-netlify-identity-widget@^0.2.2 :
9256
- version "0.2.2 "
9257
- resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.2 .tgz#015138f91b3eabee57c50707049ec2c5366b4697 "
9258
- integrity sha512-DxGIbFVqX5ICY3rlxRKJyu7a9iGyYYqH9y/RjrkzisB2yRZeLArzszubWP/HT7E/tKGsx8brM7KthQV94vwSrg ==
9255
+ react-netlify-identity-widget@^0.2.3 :
9256
+ version "0.2.3 "
9257
+ resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.3 .tgz#5a2f48ab2125b5a2f10edbe8c331eba2b8f9983d "
9258
+ integrity sha512-pISbof2xgeVR69hIEDb0aRZP49F4OQARFKOlkUHK1TciheS9xfGpZfM3MUdS/Nf1omz9MSNIq6oM10cLfxHNuw ==
9259
9259
9260
9260
react-netlify-identity@^0.1.9 :
9261
9261
version "0.1.9"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ type ModalProps = {
21
21
export const IdentityContextProvider = _IdentityContextProvider
22
22
export const useIdentityContext = _useIdentityContext
23
23
export function IdentityModal ( { showDialog, onCloseDialog, ...authprops } : ModalProps ) {
24
- console . log ( { authprops } )
25
24
return (
26
25
< Dialog
27
26
isOpen = { showDialog }
You can’t perform that action at this time.
0 commit comments