Skip to content

Commit

Permalink
Remove deprecated property authressLoginHostUrl from Settings, use th…
Browse files Browse the repository at this point in the history
…e authressApiUrl.
  • Loading branch information
wparad committed Apr 18, 2024
1 parent 1237ef2 commit fc3927c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
export interface Settings {
/**
* @deprecated Use the @see authressApiUrl property instead.
*/
authressLoginHostUrl?: string;

/** Your Authress custom domain - see https://authress.io/app/#/setup?focus=domain */
authressApiUrl?: string;

Expand Down

0 comments on commit fc3927c

Please sign in to comment.