Persisted logged out state
Reviewed By: passy Differential Revision: D28788916 fbshipit-source-id: 88ca6a069d4915e71cd7c271b6bbbea37838f4f5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
48b0eb8f18
commit
bb0271a1a0
@@ -38,7 +38,7 @@ export async function graphQLQuery(_query: string): Promise<any> {
|
||||
throw new Error('Feature not implemented');
|
||||
}
|
||||
|
||||
export function logoutUser(): Promise<void> {
|
||||
export function logoutUser(_persist: boolean = false): Promise<void> {
|
||||
throw new Error('Feature not implemented');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user