Skip to content

Commit 931037a

Browse files
author
Prithvi Kanherkar
committed
Revert "Update Authority.ts"
This reverts commit cdc9297.
1 parent 791409e commit 931037a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/msal-core/src/authority/Authority.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import { NetworkRequestType } from "../utils/Constants";
1717
* @hidden
1818
*/
1919
export enum AuthorityType {
20-
Default
20+
Default,
21+
Adfs
2122
}
2223

2324
/**

0 commit comments

Comments
 (0)