Skip to content

Commit

Permalink
deprecated message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
flanagankp committed Nov 16, 2023
1 parent 8719061 commit 10abd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export enum RequiredIdentifier {
export type PassageAppInfo = {
allowedIdentifier: Identifier;
/**
* @deprecated Check the allowedAuthMethods property for the full list of supported authentication methods and their configurations.
* @deprecated Check the authMethods property for the full list of supported authentication methods and their configurations.
*/
authFallbackMethod: AllowedFallbackAuth;
authOrigin: string;
Expand Down

0 comments on commit 10abd79

Please sign in to comment.