chore: Disable broken soft logout
This commit is contained in:
parent
3ca8bf6028
commit
ca79beeddb
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ abstract class ClientManager {
|
||||||
nativeImplementations: nativeImplementations,
|
nativeImplementations: nativeImplementations,
|
||||||
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
||||||
enableDehydratedDevices: true,
|
enableDehydratedDevices: true,
|
||||||
onSoftLogout: (client) => client.refreshAccessToken(),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue