Skip to content

Commit b66a02e

Browse files
authored
Update UserManager.ts
1 parent 3e44961 commit b66a02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UserManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { SigninResponse } from "./SigninResponse";
2020
/**
2121
* @public
2222
*/
23-
export type ExtraSigninRequestArgs = Pick<CreateSigninRequestArgs, "nonce" | "extraQueryParams" | "extraTokenParams" | "state" | "redirect_uri" | "prompt" | "acr_values" | "login_hint" | "scope" | "max_age" >;
23+
export type ExtraSigninRequestArgs = Pick<CreateSigninRequestArgs, "nonce" | "extraQueryParams" | "extraTokenParams" | "state" | "redirect_uri" | "prompt" | "acr_values" | "login_hint" | "scope" | "max_age" | "ui_locales" >;
2424
/**
2525
* @public
2626
*/

0 commit comments

Comments
 (0)