Skip to content

Commit

Permalink
Merge pull request #18 from sailpoint-oss/fning/PLTCONN-2597
Browse files Browse the repository at this point in the history
PLTCONN-2597: Refactor change password input
  • Loading branch information
fangming-ning-sp authored Jan 17, 2023
2 parents 31e7d22 + 622c206 commit 4c96dd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/commands/std-change-password.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* Copyright (c) 2023. SailPoint Technologies, Inc. All rights reserved. */

import { ObjectInput } from "./command"

/**
* Input object of `std:change-password` command
*/
export type StdChangePasswordInput = {
username: string
export type StdChangePasswordInput = ObjectInput & {
password: string
}

Expand Down

0 comments on commit 4c96dd8

Please sign in to comment.