mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-07 06:21:45 -05:00
fix: signOut issue
This commit is contained in:
@@ -119,7 +119,7 @@ export class MobileDeviceInterface extends DeviceInterface {
|
||||
}
|
||||
async removeAllRawDatabasePayloads(): Promise<void> {
|
||||
const keys = await this.getAllDatabaseKeys();
|
||||
return AsyncStorage.multiRemove(keys.map(key => this.keyForPayloadId(key)));
|
||||
return AsyncStorage.multiRemove(keys);
|
||||
}
|
||||
getKeychainValue(): Promise<any> {
|
||||
return Keychain.getKeys();
|
||||
|
||||
Reference in New Issue
Block a user