Skip to content

Commit

Permalink
chore: updated the app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyvid7-Darus10 committed May 28, 2023
1 parent aa4d0a5 commit 09885b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const App = () => {
<div>
<h2>Face Guardian</h2>
<FaceLogin
appId="6ba4b716-dcb0-4493-8e02-c405071c80aa"
appId="c6574956-1a75-46a1-94be-aeebe5716458"
buttonStyles={{ background: 'blue', fontSize: '20px' }}
buttonText="Login with Face Guardian"
/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/common.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const TestComponent = () => {
return (
<div>
<FaceLogin
appId="6ba4b716-dcb0-4493-8e02-c405071c80aa"
appId="c6574956-1a75-46a1-94be-aeebe5716458"
buttonText="Test Login"
buttonStyles={{ color: 'red' }}
/>
Expand Down

0 comments on commit 09885b3

Please sign in to comment.