mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Fix OsuGameTestScene
not clearing second auth factor
This commit is contained in:
parent
d7e957087e
commit
5d26afc531
@ -178,6 +178,7 @@ namespace osu.Game.Tests.Visual
|
||||
LocalConfig.SetValue(OsuSetting.ShowFirstRunSetup, false);
|
||||
|
||||
API.Login("Rhythm Champion", "osu!");
|
||||
((DummyAPIAccess)API).AuthenticateSecondFactor("abcdefgh");
|
||||
|
||||
Dependencies.Get<SessionStatics>().SetValue(Static.MutedAudioNotificationShownOnce, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user