mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 00:20:50 +08:00
Fix OsuGameTestScene not clearing second auth factor
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user