forked from Ivasoft/mattermost-mobile
committed by
GitHub
parent
54e7bd81d5
commit
5ab2f86b66
@@ -64,3 +64,7 @@ export const deleteEntititesFile = (callback?: (success: boolean) => void) => {
|
||||
callback(true);
|
||||
}
|
||||
};
|
||||
|
||||
export const invalidateKeychainCache = (serverUrl: string) => {
|
||||
MattermostManaged.invalidateKeychainCache(serverUrl);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user