Skip to content

Commit

Permalink
Merge branch 'jiashen/sketeton' of https://github.com/AzureAD/microso…
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyencuong2596 committed Dec 24, 2024
2 parents f259b87 + d80be99 commit e5d113b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/msal-custom-auth/src/CustomAuthActionInputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

import { UserAccountAttributes } from "./UserAccountAttributes.js";

export type CustomAuthActionInputs = {
correlationId?: string;
};

export type GetAccountInputs = CustomAuthActionInputs;

export type SignInInputs = CustomAuthActionInputs & {
Expand All @@ -22,7 +26,3 @@ export type SignUpInputs = CustomAuthActionInputs & {
export type ResetPasswordInputs = CustomAuthActionInputs & {
username: string;
};

export type CustomAuthActionInputs = {
correlationId?: string;
};

0 comments on commit e5d113b

Please sign in to comment.