Dont show token notification when sign in sheet open

Summary: This is an edge case where if we make a intern call  to fetch user with an invalid token we would imply that the token may have expired. Since we already have a error message in the sign in sheet we dont show the notification

Reviewed By: aigoncharov

Differential Revision: D44502480

fbshipit-source-id: 531df6db28bc2a6f36ffcf0a3903ee0e8e40be0f
This commit is contained in:
Luke De Feo
2023-03-30 10:05:59 -07:00
committed by Facebook GitHub Bot
parent e47d99a69e
commit 140ca5991e

View File

@@ -7,6 +7,10 @@
* @format
*/
export function isSheetOpen(): boolean {
return false;
}
export async function showLoginDialog(
_initialToken: string = '',
): Promise<boolean> {