Skip to content

Commit c8896b7

Browse files
committed
Fix ESLint issues
1 parent 9f9b9d6 commit c8896b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/javascript/src/__legacy__/models/client-config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ import {OIDCEndpoints} from '../../models/oidc-endpoints';
2222
export interface DefaultAuthClientConfig {
2323
afterSignInUrl: string;
2424
afterSignOutUrl?: string;
25+
/**
26+
* Application UUID for the client.
27+
*/
28+
applicationId?: string;
2529
clientHost?: string;
2630
clientId?: string;
2731
clientSecret?: string;
@@ -67,10 +71,6 @@ export interface DefaultAuthClientConfig {
6771
validateIssuer?: boolean;
6872
};
6973
};
70-
/**
71-
* Application UUID for the client.
72-
*/
73-
applicationId?: string;
7474
}
7575

7676
export interface WellKnownAuthClientConfig extends DefaultAuthClientConfig {

0 commit comments

Comments
 (0)