Skip to content

Commit f939af1

Browse files
committed
Address feedback
1 parent 27b0530 commit f939af1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msal-common/src/config/ClientConfiguration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export type AuthOptions = {
4646
authority?: Authority;
4747
knownAuthorities?: Array<string>;
4848
instanceMetadata?: Array<IInstanceDiscoveryMetadata>;
49-
redirectUri?: string | (() => string);
50-
postLogoutRedirectUri?: string | (() => string);
5149
};
5250

5351
/**

0 commit comments

Comments
 (0)