static Future<bool> disableAutoLogIn() async { await html.window.navigator.credentials?.preventSilentAccess(); return true; }