Skip to content

Commit

Permalink
chore: Rollback setup-wizard update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustrb committed Apr 3, 2024
1 parent c6475cd commit bf19e03
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions apps/meteor/server/settings/setup-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,28 @@ export const createSetupWSettings = () =>
secret: true,
});

await this.add('Cloud_Workspace_Access_Token', '', {
type: 'string',
hidden: true,
readonly: true,
enableQuery: {
_id: 'Register_Server',
value: true,
},
secret: true,
});

await this.add('Cloud_Workspace_Access_Token_Expires_At', new Date(0), {
type: 'date',
hidden: true,
readonly: true,
enableQuery: {
_id: 'Register_Server',
value: true,
},
secret: true,
});

await this.add('Cloud_Workspace_Registration_State', '', {
type: 'string',
hidden: true,
Expand Down

0 comments on commit bf19e03

Please sign in to comment.