diff --git a/nt-web-app/identity/google.ts b/nt-web-app/identity/google.ts index 101bc12..97cb265 100644 --- a/nt-web-app/identity/google.ts +++ b/nt-web-app/identity/google.ts @@ -65,7 +65,7 @@ const getUser = async (id_token: string): Promise => { } catch (ex) { console.error(ex); } - return new Promise(() => { }); + return Promise.resolve(); } //TODO ADAPT TO GOOGLE