Skip to content

Commit dcec445

Browse files
committed
Removed email from context
1 parent d97f4b2 commit dcec445

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/contentstack-config/src/base-command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export abstract class BaseCommand<T extends typeof Command> extends Command {
5656
command: this.context?.info?.command || 'auth',
5757
module: '',
5858
userId: configHandler.get('userUid') || '',
59-
email: configHandler.get('email') || '',
6059
sessionId: this.context?.sessionId,
6160
apiKey: apiKey || '',
6261
orgId: configHandler.get('oauthOrgUid') || '',

packages/contentstack-config/src/interfaces/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export interface Context {
4343
command: string;
4444
module: string;
4545
userId: string | undefined;
46-
email: string | undefined;
4746
sessionId: string | undefined;
4847
clientId?: string | undefined;
4948
apiKey: string;

0 commit comments

Comments
 (0)