Disable dev account validates suppress

This commit is contained in:
cyber-dream 2024-01-27 10:52:46 +03:00
parent 494b221638
commit 9e078df32a

View File

@ -79,9 +79,9 @@ async function showMainUI(data){
// If this is enabled in a development environment we'll get ratelimited.
// The relaunch frequency is usually far too high.
if(!isDev && isLoggedIn){
// if(!isDev && isLoggedIn){
validateSelectedAccount()
}
// }
if(ConfigManager.isFirstLaunch()){
currentView = VIEWS.welcome