Skip to content

Commit e53e45b

Browse files
authored
Merge pull request #21 from WELL-E/master
Update WindowsLiveAuthenticationQuery.cs
2 parents f7fa65f + c106d6b commit e53e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XboxWebApi/Authentication/Model/WindowsLiveAuthenticationQuery.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class WindowsLiveAuthenticationQuery : Common.IHttpRequestQuery
1313
public string Locale { get; internal set; }
1414

1515
public WindowsLiveAuthenticationQuery(
16-
string responseType = "token",
16+
string responseType = WindowsLiveConstants.ResponseType,
1717
string scope = WindowsLiveConstants.Scope,
1818
string redirectUri = WindowsLiveConstants.RedirectUrl,
1919
string clientId = WindowsLiveConstants.ClientId,

0 commit comments

Comments
 (0)