chore: Disable broken soft logout

This commit is contained in:
krille-chan 2024-03-10 11:45:37 +01:00
parent 3ca8bf6028
commit ca79beeddb
No known key found for this signature in database

View file

@ -121,7 +121,6 @@ abstract class ClientManager {
nativeImplementations: nativeImplementations,
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
enableDehydratedDevices: true,
onSoftLogout: (client) => client.refreshAccessToken(),
);
}