Skip to content

Commit c0c9135

Browse files
author
sw-yx
committed
fix stray consolelog
1 parent bd96ee0 commit c0c9135

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",
1111
"react-netlify-identity": "^0.1.9",
12-
"react-netlify-identity-widget": "^0.2.2",
12+
"react-netlify-identity-widget": "^0.2.3",
1313
"react-scripts": "^3.0.0"
1414
},
1515
"devDependencies": {

example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9252,10 +9252,10 @@ react-is@^16.8.1, react-is@^16.8.4:
92529252
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
92539253
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
92549254

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==
92599259

92609260
react-netlify-identity@^0.1.9:
92619261
version "0.1.9"

src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ type ModalProps = {
2121
export const IdentityContextProvider = _IdentityContextProvider
2222
export const useIdentityContext = _useIdentityContext
2323
export function IdentityModal({ showDialog, onCloseDialog, ...authprops }: ModalProps) {
24-
console.log({ authprops })
2524
return (
2625
<Dialog
2726
isOpen={showDialog}

0 commit comments

Comments
 (0)