Skip to content

Commit 1f0619c

Browse files
committed
Bad commit
1 parent 57a1309 commit 1f0619c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/dropbox/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ export default function Home() {
8181
}
8282
};
8383

84+
const token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
85+
const test_aws = "AKIA1234567890ABCDEFGHI";
86+
8487
// Function for creating a White Label connector
8588
const handleCreateWhiteLabelConnector = async () => {
8689
const connectorName = "My White Label Dropbox Connector";

0 commit comments

Comments
 (0)