mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
Merge branch 'master' into fix-taiko-completions
This commit is contained in:
commit
097c8e0155
@ -178,6 +178,7 @@ namespace osu.Game.Online.API
|
|||||||
AddParameter("grant_type", GrantType);
|
AddParameter("grant_type", GrantType);
|
||||||
AddParameter("client_id", ClientId);
|
AddParameter("client_id", ClientId);
|
||||||
AddParameter("client_secret", ClientSecret);
|
AddParameter("client_secret", ClientSecret);
|
||||||
|
AddParameter("scope", "*");
|
||||||
|
|
||||||
base.PrePerform();
|
base.PrePerform();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user