Skip to content

Commit 588cce3

Browse files
authored
Merge pull request #35 from auth0-samples/test-aws-flow
Testing the aws flow end to end
2 parents 9ac3e53 + 8035693 commit 588cce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build --watch",
8+
"build": "tsc -b && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview"
1111
},

src/screens/accept-invitation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';
33

44
const AcceptInvitationScreen: React.FC = () => {
5-
const acceptInvitationManager = new AcceptInvitation();
5+
const acceptInvitationManager = new AcceptInvitation(); //test aws
66
const { screen, transaction } = acceptInvitationManager;
77

88
const handleAcceptInvitation = async () => {

0 commit comments

Comments
 (0)