Merge pull request #19127 from Lukbrayn123/patch-1

Added new config properties logOutUri, isAngular as per the version 1.0.15
This commit is contained in:
Daniel Rosenwasser
2017-08-18 14:55:54 -07:00
committed by GitHub
+2
View File
@@ -31,6 +31,8 @@ declare namespace adal {
resource?: string;
extraQueryParameter?: string;
navigateToLoginRequestUrl?: boolean;
logOutUri?: string;
isAngular?: boolean;
}
interface User {