We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ac3e53 + 8035693 commit 588cce3Copy full SHA for 588cce3
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsc -b && vite build --watch",
+ "build": "tsc -b && vite build",
9
"lint": "eslint .",
10
"preview": "vite preview"
11
},
src/screens/accept-invitation/index.tsx
@@ -2,7 +2,7 @@ import React from 'react';
2
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';
3
4
const AcceptInvitationScreen: React.FC = () => {
- const acceptInvitationManager = new AcceptInvitation();
+ const acceptInvitationManager = new AcceptInvitation(); //test aws
const { screen, transaction } = acceptInvitationManager;
const handleAcceptInvitation = async () => {
0 commit comments