Skip to content

Commit

Permalink
refactor: remove duplicate prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 2, 2024
1 parent c257e82 commit 10a02b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/org/login/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default class LoginWeb extends AuthBaseCommand<AuthFields> {
public static readonly description = messages.getMessage('description');
public static readonly examples = messages.getMessages('examples');
public static readonly deprecateAliases = true;
public static aliases = ['force:auth:web:login', 'auth:web:login'];
public static readonly deprecateAliases = true;
public static readonly aliases = ['force:auth:web:login', 'auth:web:login'];

public static readonly flags = {
browser: Flags.string({
Expand Down

0 comments on commit 10a02b7

Please sign in to comment.