Skip to content

Commit fc3927c

Browse files
committed
Remove deprecated property authressLoginHostUrl from Settings, use the authressApiUrl.
1 parent 1237ef2 commit fc3927c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
export interface Settings {
2-
/**
3-
* @deprecated Use the @see authressApiUrl property instead.
4-
*/
5-
authressLoginHostUrl?: string;
6-
72
/** Your Authress custom domain - see https://authress.io/app/#/setup?focus=domain */
83
authressApiUrl?: string;
94

0 commit comments

Comments
 (0)