1
0
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:
Bartłomiej Dach 2024-01-23 17:00:07 +01:00
parent d7e957087e
commit 5d26afc531
No known key found for this signature in database

View File

@ -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);