Skip to content

Commit d6c9d98

Browse files
committed
move aisay modal label
1 parent 3d8cd9b commit d6c9d98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/backend/src/apps/aisay/auth/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ const auth: IUserAddedConnectionAuth = {
2929

3030
verifyCredentials,
3131
isStillVerified,
32+
connectionModalLabel: {
33+
chooseConnectionLabel: 'Connect your AISAY account',
34+
addConnectionLabel: 'Add new account',
35+
},
3236
}
3337

3438
export default auth

packages/backend/src/apps/aisay/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ const app: IApp = {
1919
primaryColor: '0059F7',
2020
actions,
2121
requestErrorHandler,
22-
substepLabels: {
23-
connectionStepLabel: 'Connect your AISAY account',
24-
addConnectionLabel: 'Add new AISAY connection',
25-
},
2622
queue,
2723
}
2824

0 commit comments

Comments
 (0)