Skip to content

Commit 631821a

Browse files
committed
testSecret
1 parent 480fe7b commit 631821a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/dropbox/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ const handleVectorizeConnectDropbox = async () => {
143143
authorization: data.authorization
144144
}
145145
});
146-
const AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
147-
const AWS_SECRET_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
146+
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx"
148147
// Generate random user ID for demo purposes
149148
const randomUserId = "newVectorizeUser" + Math.floor(Math.random() * 10000);
150149
setVectorizeUserId(randomUserId);

0 commit comments

Comments
 (0)